6 lines
84 B
Clojure
6 lines
84 B
Clojure
(ns init-test)
|
|
|
|
(defn do-a-thing [] "foo")
|
|
|
|
(defn -main [& _]
|
|
"Hello from init!")
|