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