I have not yet got the overall architecture right, but the functions are
beginning to work.
This commit is contained in:
parent
691852d830
commit
3874a37a86
13 changed files with 291 additions and 0 deletions
7
project.clj
Normal file
7
project.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(defproject humidity "0.1.0-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:url "http://example.com/FIXME"
|
||||
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
|
||||
:url "https://www.eclipse.org/legal/epl-2.0/"}
|
||||
:dependencies [[org.clojure/clojure "1.11.1"]]
|
||||
:repl-options {:init-ns humidity.core})
|
||||
Loading…
Add table
Add a link
Reference in a new issue