Files
advent-of-code-2023/day09/Part2.hs
2023-12-09 10:04:40 +01:00

8 lines
106 B
Haskell

module Part2 where
import Commons
getNextValues :: [History] -> [Int]
getNextValues = map getNextValue