Merge pull request #4 from FrizzBolt/readme

Create README.md
This commit is contained in:
Josh Abrams 2016-02-26 21:27:14 -06:00
commit c46a19640e

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# clojure-koans
This repo logs my solutions for the popular Clojure Koans series and serves as a way to mark my progress in learning the basics of clojure.
There are comments in this repo that are marked with this convention: ```;; J - ```. These are simply notes and reminders that I have written to myself.