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