Skip to content

Instantly share code, notes, and snippets.

@loop
Created May 25, 2013 11:27
Show Gist options
  • Save loop/5648766 to your computer and use it in GitHub Desktop.
Save loop/5648766 to your computer and use it in GitHub Desktop.
class apples{
public static void main(String[] args) {
int firstarray[][]={{8,9,10,11},{12,13,14,15}};
int secondarray[][]={{30,31,32,33},{43},{3,4,5}};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment