blob: 92a38e1bd893861fd44c7f1c289379a5841c9a6d [file]
fun box(): String {
if (1 != 0) {
}
return "OK"
}