Aphorism one
This commit is contained in:
commit
9db82b3b00
5 changed files with 382 additions and 0 deletions
8
project.clj
Normal file
8
project.clj
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(defproject aphorisms "0.1.0-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:url "http://example.com/FIXME"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[quil "2.7.1"]]
|
||||
:main aphorisms.core)
|
||||
Loading…
Add table
Add a link
Reference in a new issue