Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject main-test "0.1.0-SNAPSHOT"
  2.   :description "FIXME: write description"
  3.   :url "http://example.com/FIXME"
  4.   :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
  5.             :url "https://www.eclipse.org/legal/epl-2.0/"}
  6.   :dependencies [[org.clojure/clojure "1.9.0"]
  7.                  [org.clojure/core.match "0.3.0-alpha5"]]
  8.   :repl-options {:init-ns main-test.core})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement