RosettaCodeData/Task/Nth/Clojure/nth-2.clj
2023-07-01 13:44:08 -04:00

1 line
87 B
Clojure

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