mirror of
https://github.com/vbatts/bitorchestra.git
synced 2024-11-27 02:55:41 +00:00
condensed f2
This commit is contained in:
parent
0ad2b60a9d
commit
22e40e06d6
1 changed files with 1 additions and 8 deletions
9
f2.c
9
f2.c
|
@ -1,8 +1 @@
|
|||
|
||||
main() {
|
||||
int t;
|
||||
for (t=0;;t++) {
|
||||
putchar(t*((t>>12|t>>8)&63&t>>4));
|
||||
}
|
||||
}
|
||||
|
||||
main(t){for(t=0;;t++)putchar(t*(((t>>12)|(t>>8))&(63&(t>>4))));}
|
||||
|
|
Loading…
Reference in a new issue