Aphorism one

This commit is contained in:
arne 2018-04-25 08:37:46 +02:00
commit 9db82b3b00
5 changed files with 382 additions and 0 deletions

8
project.clj Normal file
View 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)