I'm getting 13 arrays printed out, with everytime the last index in the first spot, so very happy with that. But HOW do I print every value of every array on a separate line? By the way, I've tried System.out.println(list.get(0) too, but that doesn't work either...