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