CS153/hw5/hw4programs/run60.oat

7 lines
79 B
Text
Raw Normal View History

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