4 lines
45 B
Kotlin
Vendored
4 lines
45 B
Kotlin
Vendored
while (a > b) {
|
|
var i = 1
|
|
i = i + 1
|
|
} |