removed extraneous stuff added by leiningen

This commit is contained in:
Richard Harrington 2013-07-02 15:39:08 -04:00
parent bf6e04177b
commit 66172d0b28

View File

@ -1,10 +1,6 @@
(ns hs-robotwar.core
(:gen-class))
(ns hs-robotwar.core)
(defn -main
[]
;; work around dangerous default behaviour in Clojure
(alter-var-root #'*read-eval* (constantly false)))
(def error-type-map
{:parse-error "Parse Error"