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