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

147 B

Sequences (#6)

Write a function from(n: Int) that generates an infinite sequence of integers, starting from n, then n + 1, n + 2, and so on.