b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
13 lines
230 B
Kotlin
Vendored
13 lines
230 B
Kotlin
Vendored
fun box(): String {
|
|
var r: String = ""
|
|
when {
|
|
EQEQ(arg0 = r, arg1 = "").not() -> { // BLOCK
|
|
}
|
|
else -> r = r.plus(other = "O")
|
|
}
|
|
when {
|
|
EQEQ(arg0 = r, arg1 = "O") -> r = r.plus(other = "K")
|
|
}
|
|
return r
|
|
}
|