(ns clojure.examples.hello (:gen-class)) (defn hello-world [] (println "Hello World")) (hello-world). 上述例子需要注意以下事项: 程序将被写入一个名为main.clj ...
確定! 回上一頁