CS153/hw6/oatprograms/easyrun2.oat

4 lines
60 B
Text
Raw Normal View History

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