Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 12, 2020 19:42
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/3c03e1508ab4c09b40356177962fea31 to your computer and use it in GitHub Desktop.
Save parzibyte/3c03e1508ab4c09b40356177962fea31 to your computer and use it in GitHub Desktop.
int longitudFija = 5;
for (int x = 0; x < 300; x += 9) {
// Primero la longitud, luego el valor
printf("|%*d|\n", longitudFija, x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment