diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cljcc/cljcc.clj | 7 |
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 |
