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