module Day5Part1 (main) where import Day5Lib main :: IO () main = do input <- getContents putStrLn $ day5 input