mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
2 lines
64 B
Kotlin
Vendored
2 lines
64 B
Kotlin
Vendored
fun box(): String =
|
|
"O" + try { "K" } finally { "hmmm" } |