Skip to content

Instantly share code, notes, and snippets.

@8th-Light-Blog
Created June 29, 2011 18:19
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 8th-Light-Blog/1054491 to your computer and use it in GitHub Desktop.
Save 8th-Light-Blog/1054491 to your computer and use it in GitHub Desktop.
Blog Title: A Leiningen Tutorial (Part 1)
Author: Colin Jones
Date: November 26th, 2010
lein new my-sandbox
- project.clj
- README
- src
- my_sandbox
- core.clj
- test
- my_sandbox
- test
- core.clj
(defproject my-sandbox "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment