Skip to content

Instantly share code, notes, and snippets.

@adammenges
Created September 7, 2013 19:38
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 adammenges/6478575 to your computer and use it in GitHub Desktop.
Save adammenges/6478575 to your computer and use it in GitHub Desktop.
unsigned int i;
for(i=100; i<=0; --i)
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment