6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
val a = 0
|
|
val b = 0
|
|
while (a > b) {
|
|
var i = 1
|
|
i = i + 1
|
|
} |