Skip to content

Instantly share code, notes, and snippets.

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