/* Output an audio sinusoid with Minsky’s circle algorithm */ main(x,y){for(y=100;1+putchar(x+128);x-=y/4,y+=x/4);}