Initial commit

This commit is contained in:
heyarne 2020-07-12 15:26:17 +02:00
commit 0d48190199
3 changed files with 147 additions and 0 deletions

3
deps.edn Normal file
View file

@ -0,0 +1,3 @@
{:paths ["src"]
:deps {thi.ng/geom {:mvn/version "1.0.0-RC4"}
criterium {:mvn/version "0.4.6"}}}