diff --git a/README.md b/README.md new file mode 100644 index 0000000..424e5ef --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +My 4clojure problem solutions +============================= +This repository consist of my solutions for 4clojure.com programming problems. + +### General solution file +4clojure_solutions.clj contains solutions for about 100 problems. These solutions are basic clojure code. + +### Leiningen projects +Some of the solutions are modified into a form of Leiningen projects. These projects include basic documentation, simple command line interface, and some unit tests.