bitorchestra/f3.c

9 lines
97 B
C

#include "audio.h"
main(int t) {
init();
for(;;t++) {
p(t*9&t>>4|t*5&t>>7|t*3&t/1024);
}
}