Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 463 Bytes

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.