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