Skip to content

Instantly share code, notes, and snippets.

@dreadedsoftware
Last active September 16, 2015 00:27
Show Gist options
  • Save dreadedsoftware/b76ab1d9ed0cd324b76d to your computer and use it in GitHub Desktop.
Save dreadedsoftware/b76ab1d9ed0cd324b76d to your computer and use it in GitHub Desktop.
int i = 0;
while(21 > i) printf("%d\n",i++);
while(1 < i) printf("%d\n",--i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment