5 lines
58 B
Kotlin
Vendored
5 lines
58 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
return A().call()
|
|
} |