Half Sierpinski by *yuko*

var i,j:comp;begin for i:=-32to-1do for j:=i to-1do write(chr(i div(i and j)*3+32),^j:1div j)end.

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

download

return to the top page