6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
object A {
|
|
fun result() = "OK"
|
|
}
|
|
|
|
fun box(): String = A.result()
|