initial commit

This commit is contained in:
2026-07-01 22:38:29 -06:00
commit 9302ad8dce
1662 changed files with 140758 additions and 0 deletions

7
test/il/core_test.clj Normal file
View File

@@ -0,0 +1,7 @@
(ns il.core-test
(:require [clojure.test :refer :all]
[il.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))