5 lines
46 B
Kotlin
Vendored
5 lines
46 B
Kotlin
Vendored
fun some() {
|
|
for (var a in 1..12) {
|
|
a += 1
|
|
}
|
|
} |