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

5 lines
129 B
Markdown

## Manipulating Lists (#5)
To better understand `flatten()` and `flatMap()` functions, implement
`flatMap()` using `flatten()`.