4 lines
41 B
Kotlin
Vendored
4 lines
41 B
Kotlin
Vendored
for (n in list) {
|
|
var i = 1
|
|
i++
|
|
} |