Skip to content

Instantly share code, notes, and snippets.

@JohnItoo
Created October 20, 2019 12:42
Show Gist options
  • Save JohnItoo/caea71ad9163914f5bb008bc71390d58 to your computer and use it in GitHub Desktop.
Save JohnItoo/caea71ad9163914f5bb008bc71390d58 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
String[][] grid =
{
{"A", "B", "C"},
{"D", "E", "F"},
{"G", "H", "I"}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment