Skip to content

Instantly share code, notes, and snippets.

@br0xen
Created February 10, 2014 17:21
Show Gist options
  • Save br0xen/8920289 to your computer and use it in GitHub Desktop.
Save br0xen/8920289 to your computer and use it in GitHub Desktop.
#define A printf
main(){int n=0,i;while(n++<100){i=0;n%3==0?A("fizz"):i++;n%5==0?A("buzz"):i++;i>1?A("%d\n",n):A("\n");}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment