7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun box(): String {
|
|
kotlin.assert(true)
|
|
return "OK"
|
|
}
|