/99-Clojure-Problems

99 Clojure Problems

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

99 Clojure Problems

This is a set of 99 Clojure problems of various levels of difficulty.

Instructions

  1. Get a copy of this repo
  2. Read the instructions
  3. Solve the problems ;)

With Git & GitHub

Fork this repo then get your local version:

$ git clone https://github.com/<your-username>/99-Clojure-Problems.git
$ cd 99-Clojure-Problems

With Git only

$ git clone https://github.com/99XProblems/99-Clojure-Problems.git
$ cd 99-Clojure-Problems

Without Git

$ wget https://github.com/99XProblems/99-Clojure-Problems/archive/master.zip
$ unzip master.zip
$ mv 99-Clojure-Problems-master 99-Clojure-Problems
$ cd 99-Clojure-Problems

See also