blob: f3987db5ff6e642e8a536dedaaa8da407af84346 [file]
// WITH_STDLIB
fun box(): String =
listOf('O', 'K').fold("", String::plus)