nicatronTg

Untitled

Jan 12th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. ArrayList<int[]> ar = new ArrayList<int[]>;
  2.  
  3. int foo[6] = {0, 1, 2, 3, 4, 5, 6, 7};
  4.  
  5. ar.add(foo);
Advertisement
Add Comment
Please, Sign In to add comment