5 lines
75 B
Kotlin
Vendored
5 lines
75 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
return processRecords { "O" + it }
|
|
} |