aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/cljcc.clj')
-rw-r--r--src/cljcc/cljcc.clj7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj
index 5d0be54..bfecc3b 100644
--- a/src/cljcc/cljcc.clj
+++ b/src/cljcc/cljcc.clj
@@ -5,13 +5,8 @@
(set! *warn-on-reflection* true)
-(defn greet
- "Callable entry point to the application."
- [data]
- (println (str "Hello, " (or (:name data) "World") "!")))
-
(defn -main
- "I don't do a whole lot ... yet."
+ "Main entrypoint for cljcc compiler."
[& args]
(let [input-file-path (first args)]
(try