1
1
Fork 0
AtomicKotlinCourse/Functional Programming/Folding Lists/Exercise 1/task.md

157 B

Folding Lists (#1)

Use fold() to finish the implementation of size() given in the starter code. size() returns the number of elements in a List.