Initial commit; basically works, needs refinement.

This commit is contained in:
Simon Brooke 2024-04-05 11:40:46 +01:00
parent 2df432fd4b
commit a7b9bca797
9 changed files with 661 additions and 1 deletions

View file

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