blob: a1acb1d7481ee55d25985ad80e425c71fb2e3833 [file] [log] [blame]
fun box(): String {
if (12.toString().equals("13")) {
return "Fail"
}
return "OK"
}