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