Collatz Parity by tails

i;main(j,k){for(;i<514;k=--j%65?putchar(k&1?35:32)%2*2*k+k>>1:(i&&puts("|"),++i-257));}

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

download

return to the top page