CS153/hw6/hw4programs/easyrun7.oat

8 lines
121 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
if(((~5 [&] 6) >= (2 [|] 0))) {
return 23;
} else {
return 46;
}
}