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