5 lines
79 B
Text
5 lines
79 B
Text
global i=9;
|
|
int program (int argc, string[] argv) {
|
|
var j = i;
|
|
return j;
|
|
}
|