Initial commit; nothing works yet

This commit is contained in:
Simon Brooke 2022-12-19 13:23:38 +00:00
commit a599d133f4
20 changed files with 954 additions and 0 deletions

View file

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