mirror of
https://github.com/vbatts/bitorchestra.git
synced 2024-11-23 17:15:41 +00:00
4 lines
119 B
C
4 lines
119 B
C
main(t){
|
|
for(t=0;;t++)
|
|
putchar(((t*("36364689"[t>>13&7]&15))/12&128)+(((((t>>12)^(t>>12)-2)%11*t)/4|t>>13)&127));
|
|
}
|