Skip to content

Instantly share code, notes, and snippets.

@danpicton
Created May 2, 2017 19:47
Show Gist options
  • Select an option

  • Save danpicton/212fb0c1e0f313d6964734bc7fc3f219 to your computer and use it in GitHub Desktop.

Select an option

Save danpicton/212fb0c1e0f313d6964734bc7fc3f219 to your computer and use it in GitHub Desktop.
Cloud9 Basic project.clj
(defproject scratch-project "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:repl-options {:init-ns scratch-project.core :timeout 120000}
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment