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