to Acronym in Clojure. Passed. (ns acronym) (defn acronym [text] (->> text (#(clojure.string/split % #" ")) (mapcat #(clojure.string/split ...
確定! 回上一頁