char pyramid by youz

(def r #(or(=()%1)(do(r(rest%1)(str%2" ")%3)(%3%2)(apply%3%1)(%3%2)(prn))))(r(read-line)""print)

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

download

return to the top page