Half Sierpinski by xulapp

for(s=n='';~n;)for(n=m=n^n*2|1,s='\n'+s;m;m>>>=1)s=' #'[m&1]+s;print(s)

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

download

return to the top page