// WITH_STDLIB fun box(): String = listOf('O', 'K').fold("", String::plus)