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