1 line
46 B
Haskell
1 line
46 B
Haskell
nextRow = (zipWith (+) . (0 :)) <*> (<> [0])
|
nextRow = (zipWith (+) . (0 :)) <*> (<> [0])
|