CS153/hw5/hw5programs/tc_error_binop2.oat

4 lines
60 B
Text
Raw Permalink Normal View History

int program(int argc, string[] argv) {
return true | 3;
}