Half Sierpinski by nai

main(n,i){for(i=n=32;n;)putchar(!i?i=--n,10:--i&-n?32:35);}

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

download

return to the top page