5 lines
90 B
Text
5 lines
90 B
Text
global arr = new int[]{1, 2, 3, 4};
|
|
|
|
int program(int argc, string[] args) {
|
|
return 5;
|
|
}
|