6 lines
55 B
Kotlin
Vendored
6 lines
55 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
return call()
|
|
}
|