initial checkin

This commit is contained in:
2017-12-16 23:24:55 -08:00
commit cb52f6f54e
11 changed files with 813 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
(ns flux-led.core-test
(:require [clojure.test :refer :all]
[flux-led.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))