From 0 to 9

Report a typo

Write a program that prints numbers from 0 to 9 including 9. Each number must be printed on a new line.

For your solution, use the provided template.

Sample Output

0
1
2
3
4
5
6
7
8
9
Write a program in Kotlin
fun main() {
TODO("Remove this line and write your solution here")
}
___

Create a free account to access the full topic