6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
import lib.*
|
|
|
|
fun main() {
|
|
get { Box("OK").value }
|
|
}
|