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