6 lines
93 B
Clojure
6 lines
93 B
Clojure
(ns net.deertopia.doerg.main
|
|
(:gen-class))
|
|
|
|
(defn -main []
|
|
(println "hello from doerg"))
|