9 lines
100 B
Kotlin
9 lines
100 B
Kotlin
import builders.*
|
|
import kotlin.InlineOption.*
|
|
|
|
fun box(): String {
|
|
return test{"OK"}
|
|
}
|
|
|
|
|
|
//TODO |