Skip to content

Instantly share code, notes, and snippets.

@mitchellhislop
Created June 28, 2013 14:59
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 mitchellhislop/5885323 to your computer and use it in GitHub Desktop.
Save mitchellhislop/5885323 to your computer and use it in GitHub Desktop.
echo "main(i){for(i=0;;i++)putchar(((i*(i>>8|i>>9)&46&i>>8))^(i&i>>13|i>>6));}" | gcc -x c - && ./a.out | aplay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment