1465418c2b
#KT-7151 Fixed
4 lines
39 B
Kotlin
4 lines
39 B
Kotlin
for (i in 0..N - 1) {
|
|
println(i)
|
|
}
|