Initial commit

This commit is contained in:
Simon Brooke 2021-11-25 13:02:37 +00:00
commit b0a55e34ae
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
11 changed files with 516 additions and 0 deletions

View file

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