CS153/hw5/hw5programs/tc_error_binop3.oat

4 lines
62 B
Text
Raw Permalink Normal View History

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