Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@netvl
Created December 11, 2011 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netvl/1462765 to your computer and use it in GitHub Desktop.
Save netvl/1462765 to your computer and use it in GitHub Desktop.
(defproject test "1.0"
:dependencies [[org.clojure/clojure "1.3.0"]]
:aot [test]
:main test)
(ns test
(:gen-class))
(defn -main [& args]
(println "Here"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment