Clojure 基本语法Hello World (ns clojure.examples.hello (:gen-class)) (defn hello-world [] (println "Hello World")) (hello-world).
確定! 回上一頁