Half Sierpinski by hallvabo

class H{static{for(int i=33,j;--i>0;)for(j=-1;j++<i;)System.out.print(j<i?(-i&j)>0?32:'#':10);}}

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

download

return to the top page