mirror of
https://github.com/vbatts/bitorchestra.git
synced 2024-11-23 17:15:41 +00:00
4 lines
71 B
C
4 lines
71 B
C
main(int t) {
|
|
for(;;t++)
|
|
putchar(t*9&t>>4|t*5&t>>7|t*3&t/1024)-1;
|
|
}
|