aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lemmold/core.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lemmold/core.clj b/src/lemmold/core.clj
index b235924..fb34fdd 100644
--- a/src/lemmold/core.clj
+++ b/src/lemmold/core.clj
@@ -1,4 +1,5 @@
(ns lemmold.core
+ (:gen-class)
(:require [clj-http.client :as client])
(:require [clojure.data.json :as json]))