CS153/hw5/hw5programs/tc_error_binop1.oat

4 lines
60 B
Text
Raw Normal View History

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