1
0
Fork 0
advent-of-code/2020/10/day10.hs

5 lines
70 B
Haskell
Raw Normal View History

module Day10 where
parse :: String -> [Int]
parse = map read . lines