Use spacemacs write clojure Write the following code: (ns test-clojure.core) (defn say-hello [name] (str "hello " name)) (comment (say-hello "my-name")).
確定! 回上一頁