Skip to content

Instantly share code, notes, and snippets.

@eqdw
Created March 26, 2011 04:20
Show Gist options
  • Save eqdw/888023 to your computer and use it in GitHub Desktop.
Save eqdw/888023 to your computer and use it in GitHub Desktop.
int i = 10;
while(i --> 0){
printf("%d\n", i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment