CS153/hw4/hw4programs/run49.oat

5 lines
78 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
print_string ("abc");
return 0;
}