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