Created
January 24, 2020 01:32
-
-
Save parzibyte/ef60849d0477a5e44dc60fd257029768 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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