Started the project, added most of the existing text of 'Against Truth'.

This commit is contained in:
Simon Brooke 2020-04-22 11:41:21 +01:00
commit ce8c0a7057
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
30 changed files with 4916 additions and 0 deletions

View file

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