CS153/hw5/hw4programs/globals1.oat

6 lines
69 B
Text
Raw Normal View History

global x = 42;
int program(int argc, string[] args) {
return x;
}