6 lines
110 B
Kotlin
Vendored
6 lines
110 B
Kotlin
Vendored
// KJS_WITH_FULL_RUNTIME
|
|
// WITH_RUNTIME
|
|
|
|
fun box(): String =
|
|
listOf('O', 'K').fold("", String::plus)
|