6 lines
51 B
Kotlin
Vendored
6 lines
51 B
Kotlin
Vendored
package foo
|
|
|
|
fun box(): String {
|
|
return "OK"
|
|
}
|