CS153/hw5/hw4programs/easyrun1.oat

4 lines
55 B
Text
Raw Normal View History

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