Updated hw6 to a newer version
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
9224001a22
commit
0c04936ccf
356 changed files with 8408 additions and 4725 deletions
6
hw6/hw4programs/run7.oat
Normal file
6
hw6/hw4programs/run7.oat
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
global arr = int[][][] null;
|
||||
|
||||
int program (int argc, string[] argv) {
|
||||
arr = new int[][][]{new int[][]{new int[]{1,2}, new int[]{3,4}}, new int[][]{new int[]{5}}, new int[][]{new int[]{10,20}, new int[]{30,40}}};
|
||||
return arr[2][0][1];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue