puter/incubator/x86emu/sandbox/sound.c
2024-04-02 18:25:21 +03:00

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)));}