6 lines
82 B
Text
6 lines
82 B
Text
global x = 3;
|
|
global x = 4;
|
|
|
|
int program(int argc, string[] argv) {
|
|
return x;
|
|
}
|