1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2024-11-23 17:15:41 +00:00
bitorchestra/f3.c
2011-11-14 10:13:02 -05:00

4 lines
71 B
C

main(int t) {
for(;;t++)
putchar(t*9&t>>4|t*5&t>>7|t*3&t/1024)-1;
}