1
1
Fork 0
AtomicKotlinCourse/Functional Programming/Sequences/Exercise 6/task.md

5 lines
147 B
Markdown
Raw Normal View History

2020-04-14 00:29:51 +03:00
## Sequences (#6)
2019-11-18 22:15:02 +03:00
Write a function `from(n: Int)` that generates an infinite sequence of
integers, starting from n, then n + 1, n + 2, and so on.