Half Sierpinski by inaniwa

s[];main(y,x){char*p=s+140;for(*p=35;y++<32;)for(*--p=10,x=y;x--;)*--p=p[y]-p[y+1]?35:32;puts(p);}

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

download

return to the top page