mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
2 lines
74 B
Kotlin
2 lines
74 B
Kotlin
fun box(): String = if (Thread?.currentThread() != null) "OK" else "Fail"
|