mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
2 lines
78 B
Kotlin
Vendored
2 lines
78 B
Kotlin
Vendored
fun box(): String =
|
|
"O" + try { "K" } catch (e: Exception) { "oops!" } |