Collatz Parity by lpha

i=33345;main(a){for(a=256;i;)a=--i%65?putchar(a%2?a=3*a+1,35:32),a/2:i/65-255-puts("|");}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page