sound.c 111 B

12
  1. // Compile and pipe into aplay in emu for sound check
  2. main(i){for(i=0;;++i)putchar((i+(i>>2)|(i>>8)|(i>>6)));}