//
(ns clojure.examples.hello
(:gen-class))
(defn hello-world []
(println (clojure.string/replace "The tutorial is about Groovy" #"Groovy"
"Clojure")))
(hello-world)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265606.html
//
(ns clojure.examples.hello
(:gen-class))
(defn hello-world []
(println (clojure.string/replace "The tutorial is about Groovy" #"Groovy"
"Clojure")))
(hello-world)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265606.html