Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 24, 2020 01:32
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/ef60849d0477a5e44dc60fd257029768 to your computer and use it in GitHub Desktop.
Save parzibyte/ef60849d0477a5e44dc60fd257029768 to your computer and use it in GitHub Desktop.
byte figura[8];
int numeroFigura = 0;
for (int cuadritoX = 0; cuadritoX < 4; cuadritoX++) {
for (int cuadritoY = 0; cuadritoY < 2; cuadritoY++) {
// Magia aquí
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment