6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
object Test {
|
|
val ok = "OK"
|
|
}
|
|
|
|
fun box(): String =
|
|
Test.ok |