Collatz Parity by teebee

enum C{C;int i,j,n;{for(;j-->0||257>(n=i++-4*(j=64));n>>=1)System.out.print(j>0?n!=(n*=2*n&2|1)?"#":" ":"|\n");}}

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

download

return to the top page