CS153/hw6/hw5programs/tc_correct_void.oat

8 lines
77 B
Text
Raw Normal View History

void f() {
return;
}
int program(int argc, string[] argv) {
return 0;
}