1
0
Fork 0
advent-of-code/2020/09/day9.hs

5 lines
69 B
Haskell
Raw Permalink Normal View History

2022-09-21 09:19:52 -04:00
module Day9 where
parse :: String -> [Int]
parse = map read . lines