Skip to content

Instantly share code, notes, and snippets.

@kornysietsma
Created April 12, 2013 00:07
Show Gist options
  • Save kornysietsma/5368225 to your computer and use it in GitHub Desktop.
Save kornysietsma/5368225 to your computer and use it in GitHub Desktop.
(ns test.core)
(defn foo
"I don't do a whole lot."
[x]
(println x "Hello, World!"))
(defproject test "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]]
:local-repo "local-m2"
:plugins [[lein-kibit "0.0.8"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment