mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
0b39c76c40
This name is easier to understand and more generalizable.
3 lines
111 B
C
3 lines
111 B
C
// Compile and pipe into aplay in emu for sound check
|
|
main(i){for(i=0;;++i)putchar((i+(i>>2)|(i>>8)|(i>>6)));}
|