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