CS153/hw4/hw4programs/easyrun1.oat

4 lines
55 B
Text
Raw Normal View History

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