Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 24, 2021 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0b403b383702fe56f041c52cc64cac39 to your computer and use it in GitHub Desktop.
Save parzibyte/0b403b383702fe56f041c52cc64cac39 to your computer and use it in GitHub Desktop.
for (int x = 0; x < matriz[0].length; x++) {
for (int y = 0; y < matriz.length; y++) {
// Aquí magia...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment