6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun main() {
|
|
<caret>for (x in 1.rangeTo(2)) {
|
|
x
|
|
}
|
|
} |