6 lines
81 B
Text
6 lines
81 B
Text
global x = 2;
|
|
|
|
int program(int argc, string[] argv) {
|
|
var x = 2;
|
|
return x;
|
|
}
|