Collatz Parity by Histocrat

-256.upto(256){|i|64.times{i*=1|putc(32+3*i[0])&2;i/=2};puts'|'}

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

download

return to the top page