(ns word-count) (defn word-count [^String phrase] "Counts the occurrences of each word in the phrase." (frequencies (clojure.string/split ...
確定! 回上一頁