Collatz Parity by chocobi

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

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

download

return to the top page