module Day10Part2 (main) where import Day10Lib main :: IO () main = do input <- getContents putStrLn $ day10' input