6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
fun box(): String {
|
|
42!!
|
|
42.toLong()!!
|
|
return "OK"!!
|
|
}
|