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