Skip to content

Instantly share code, notes, and snippets.

@klange
Created January 30, 2015 21:33
Show Gist options
  • Save klange/1b40dd49f89ecb0f6d3d to your computer and use it in GitHub Desktop.
Save klange/1b40dd49f89ecb0f6d3d to your computer and use it in GitHub Desktop.
main(){for(int i=1;i<101;++i){printf("%.0d%s%s\n",i%3&&i%5?i:0,i%3?"":"Fizz",i%5?"":"Buzz");}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment