// Clojure分隔符示例
(ns clojure.examples.hello
(:gen-class))
;; This program displays Hello World
(defn Example []
(println [+ 1 2 3]))
(Example)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265568.html
// Clojure分隔符示例
(ns clojure.examples.hello
(:gen-class))
;; This program displays Hello World
(defn Example []
(println [+ 1 2 3]))
(Example)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265568.html