Guest User

Untitled

a guest
Sep 10th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject TestClj1 "1.0.0-SNAPSHOT"
  2.   :description "FIXME: write description"
  3.   :dependencies [[org.clojure/clojure "1.2.1"]
  4.                  [compojure "1.1.0"]]
  5.   :plugins [[lein-ring "0.7.1"]]
  6.   :ring {:handler TestClj1.core/app})
Add Comment
Please, Sign In to add comment