module Day20 (main) where main :: IO () main = do input <- readFile "input/20.txt" print input