babashka/test-resources/babashka/init_test.clj

6 lines
84 B
Clojure

(ns init-test)
(defn do-a-thing [] "foo")
(defn -main [& _]
"Hello from init!")