Skip to content

Commit

Permalink
Reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
sankara committed Mar 13, 2017
1 parent 22707f6 commit 913b3e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
13 changes: 6 additions & 7 deletions project.clj
Expand Up @@ -3,11 +3,10 @@
:test-path "src/test/clojure"
:description "FIXME: write"
:dependencies [
[org.clojure/clojure "1.9.0-alpha14"]
[org.clojure/tools.nrepl "0.2.3"]
[lein-light-nrepl "0.0.17"]
[revise "0.0.6"]
]
[org.clojure/clojure "1.9.0-alpha14"]
[org.clojure/tools.nrepl "0.2.3"]
[lein-light-nrepl "0.0.17"]
[revise "0.0.6"]]
:repl-options {
:host "localhost"
:port 9090})
:host "localhost"
:port 9090})
10 changes: 0 additions & 10 deletions src/main/clojure/misc/fizz_buzz.clj

This file was deleted.

0 comments on commit 913b3e6

Please sign in to comment.