Initial commit. A start has been made, but nothing works yet.

This commit is contained in:
Simon Brooke 2023-07-18 22:31:57 +01:00
commit 72d9326216
65 changed files with 3179 additions and 0 deletions

View file

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