Skip to content

Instantly share code, notes, and snippets.

@seban
Created March 17, 2012 13:39
Show Gist options
  • Save seban/2059172 to your computer and use it in GitHub Desktop.
Save seban/2059172 to your computer and use it in GitHub Desktop.
(defproject example "0.1"
:description "My simple Clojure examples"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/math.numeric-tower "0.0.1"]]
:main example.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment