Day 9
This commit is contained in:
7
day09/Part2.hs
Normal file
7
day09/Part2.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
module Part2 where
|
||||
|
||||
import Commons
|
||||
|
||||
|
||||
getNextValues :: [History] -> [Int]
|
||||
getNextValues = map getNextValue
|
||||
Reference in New Issue
Block a user