repeat line by murky-satyr

(def l(read-line))(doseq[_ l](println l))

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

download

return to the top page