diff --git a/README.md b/README.md new file mode 100644 index 0000000..73f0da9 --- /dev/null +++ b/README.md @@ -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.