char pyramid by murky-satyr

(#(doseq[i(range(-(count%)1)-1 -1)](def s(repeat i""))(eval`(println~@s~@(drop i%)~@s)))(read-line))

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

download

return to the top page