Files
kotlin-fork/idea/testData/scratch/for.kts
T
2018-02-01 10:21:55 +03:00

4 lines
35 B
Kotlin
Vendored

for (i in 0..5) {
println(i)
}