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