Initial checkin

This commit is contained in:
2023-05-09 16:17:23 -07:00
commit 9142e3d8e9
6 changed files with 257 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
:version "0.1"
:target "target"
:java-src "src/java"
:clj-src "src/clj"
:main-ns "notifier.core"
:verbose true
}