initial commit

This commit is contained in:
2026-06-25 21:30:32 +00:00
commit 328faf6251
220 changed files with 162103 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
(ns omgnata.prod
(:require [omgnata.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))
(core/init! true)