5 lines
69 B
Text
5 lines
69 B
Text
global x = 42;
|
|
|
|
int program(int argc, string[] args) {
|
|
return x;
|
|
}
|