1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2025-02-18 18:16:04 +00:00
bitorchestra/f3.c

5 lines
71 B
C
Raw Normal View History

2011-11-14 10:13:02 -05:00
main(int t) {
for(;;t++)
putchar(t*9&t>>4|t*5&t>>7|t*3&t/1024)-1;
}