6 lines
79 B
Text
6 lines
79 B
Text
global i = 3;
|
|
|
|
int program(int argc, string[] argv) {
|
|
i = 341;
|
|
return i;
|
|
}
|