Skip to content

Instantly share code, notes, and snippets.

@joallard
Created December 15, 2012 00:33
Show Gist options
  • Save joallard/4289996 to your computer and use it in GitHub Desktop.
Save joallard/4289996 to your computer and use it in GitHub Desktop.
main(i)
{
for(i=0;;i++)
putchar(((i*(i>>8|i>>9)&46&i>>8))^(i&i>>13|i>>6));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment