Skip to content

Instantly share code, notes, and snippets.

@azolotko
Last active December 19, 2015 07:09
Show Gist options
  • Save azolotko/5916593 to your computer and use it in GitHub Desktop.
Save azolotko/5916593 to your computer and use it in GitHub Desktop.
Add clojure.core.logic to the project.clj
(defproject rock-paper-scissors "0.1.0-SNAPSHOT"
; ...
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/core.logic "0.8.3"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment