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