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