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