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