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