mirror of
https://github.com/vbatts/bitorchestra.git
synced 2025-02-18 18:16:04 +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(t){for(t=0;;t++)putchar(t*(((t>>12)|(t>>8))&(63&(t>>4))));}
|
||||||
main() {
|
|
||||||
int t;
|
|
||||||
for (t=0;;t++) {
|
|
||||||
putchar(t*((t>>12|t>>8)&63&t>>4));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue