module Day1Part2 (main) where import Day1Lib main :: IO () main = do input <- getContents putStrLn $ convertToString $ day1Two input