CS153/hw4/hw4programs/run30.oat

5 lines
66 B
Text
Raw Normal View History

global i=9;
int program (int argc, string[] argv) {
return i;
}