Half Sierpinski by murky-satyr

(dotimes[i 32](dotimes[j(- 32 i)](print(nth"#"(bit-and i j)\ )))(prn))

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

download

return to the top page