Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 24, 2020 01:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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