Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 12, 2020 19:36
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/8a28cca538564d850462c0b75a39f123 to your computer and use it in GitHub Desktop.
Save parzibyte/8a28cca538564d850462c0b75a39f123 to your computer and use it in GitHub Desktop.
for (int x = 0; x < 300; x += 9) {
printf("|%10d|\n", x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment