CS153/hw5/hw5programs/tc_error_unop1.oat

4 lines
54 B
Text
Raw Permalink Normal View History

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