Files
kotlin-fork/j2k/testData/fileOrElement/for/forRangeWithLT2.kt
T

4 lines
40 B
Kotlin
Vendored

for (i in 0 until N) {
println(i)
}