5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
fun box(): String {
|
|
String()
|
|
return String() + "OK" + String()
|
|
}
|