Skip to content

Instantly share code, notes, and snippets.

@htor
Created November 20, 2012 15:39
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 htor/4118682 to your computer and use it in GitHub Desktop.
Save htor/4118682 to your computer and use it in GitHub Desktop.
int main(t) {
for(t=0;;t++)putchar(
t*5&(t>>7)|t*3&(t*4>>10)
);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment