1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2025-02-17 09:37:55 +00:00
bitorchestra/f3.c

5 lines
71 B
C
Raw Normal View History

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