(ns clojure.examples.hello (:gen-class)) (defn hello-world [] (println "Hello World")) (hello-world). The following things need to be noted about the above ...
確定! 回上一頁