CS153/hw5/hw4programs/globals4.oat

6 lines
90 B
Text
Raw Permalink Normal View History

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