INitial setup with cheshire and clj-http

This commit is contained in:
benjaminramey
2020-08-06 10:01:35 -05:00
commit 7d95201a76
8 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
(ns coinbase-autotrader.core
(:gen-class))
(defn -main
"I don't do a whole lot ... yet."
[& args]
(println "Hello, World!"))