46193f3ef7
#KT-5692 Fixed
4 lines
50 B
Kotlin
4 lines
50 B
Kotlin
for (i in 0..N - 1) {
|
|
System.out.println(i)
|
|
}
|