Project initialization.

This commit is contained in:
2023-09-09 20:30:29 +03:00
commit a7a715b942
7 changed files with 900 additions and 0 deletions
@@ -0,0 +1,7 @@
(ns cipher-analytical-machine.core-test
(:require [clojure.test :refer :all]
[cipher-analytical-machine.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))