Files
T
2017-03-13 15:31:46 +03:00

2 lines
78 B
Kotlin

fun box(): String =
"O" + try { "K" } catch (e: Exception) { "oops!" }