5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
return processRecords { a, b -> a + b}
|
|
} |