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

4 lines
50 B
Kotlin

for (i in 0..N - 1) {
System.out.println(i)
}