1 line
44 B
Haskell
1 line
44 B
Haskell
nextRow = (zipWith (+) <*> reverse) . (0 :)
|
nextRow = (zipWith (+) <*> reverse) . (0 :)
|