Example: hello world in clojure (ns clojure.examples.hello (:gen-class)) (defn hello-world [] (println "Hello World")) (hello-world)
確定! 回上一頁