RosettaCodeData/Task/Nth/Clojure/nth-2.clj
2015-02-20 09:02:09 -05:00

1 line
87 B
Clojure

(apply str (interpose " " (map #(clojure.pprint/cl-format nil "~:R" %) (range 0 26))))