RosettaCodeData/Task/Catamorphism/R/catamorphism-1.r
2023-07-01 13:44:08 -04:00

2 lines
35 B
R

Reduce('+', c(2,30,400,5000))
5432