Files
net-deertopia/src/net/deertopia/doerg/main.clj
Madeleine Sydney Ślaga 6e9531f944
Some checks failed
build / build (push) Failing after 36s
refactor: doerg는 publisher와 결합
2026-04-03 13:21:00 -06:00

6 lines
93 B
Clojure

(ns net.deertopia.doerg.main
(:gen-class))
(defn -main []
(println "hello from doerg"))