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