(ns clojure.examples.hello (:gen-class)) (defn hello-world [] (println (format "Hello , %s" "World")) (println (format "Pad with leading ...
確定! 回上一頁