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