Created
May 2, 2017 19:47
-
-
Save danpicton/212fb0c1e0f313d6964734bc7fc3f219 to your computer and use it in GitHub Desktop.
Cloud9 Basic project.clj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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