Skip to content

Instantly share code, notes, and snippets.

@christian-mann
Created June 27, 2013 02:55
Show Gist options
  • Save christian-mann/5873613 to your computer and use it in GitHub Desktop.
Save christian-mann/5873613 to your computer and use it in GitHub Desktop.
One-line Techno
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