1(def dictionary #{}) 2 ;(conj dictionary "hi") 3 (defn readDictionary [] 4 (doseq [line (clojure.string/split-lines 5 (slurp ...
確定! 回上一頁