Collatz Parity by teebee

class X{static void Main(){for(int i=0,j=0,k,n;j-->0||257>(n=i++-(j=64)*4);n=n+k*2*n>>1)System.Console.Write(j>0?" #"[k=n&1]+"":"|\n");}}

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

download

return to the top page