CS153/hw5/hw4programs/globals3.oat

6 lines
80 B
Text
Raw Normal View History

global arr = int[] null;
int program(int argc, string[] args) {
return 17;
}