I\'ve never done this before and can\'t find the answer. This may not be the correct data type to use for this, but I just want to assign an int, then another int without a
contents[0][0] points to a single int, not an array of ints. You can only assign a single value to any particular index into the array.