From: clyne Date: Mon, 5 Dec 2022 23:45:58 +0000 (-0500) Subject: Create README.md X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=8e76b9fec02e56f39ef2742812d007ebc63798f1;p=clyne%2Fadvent-of-code.git Create README.md --- diff --git a/year2021/README.md b/year2021/README.md new file mode 100644 index 0000000..037af85 --- /dev/null +++ b/year2021/README.md @@ -0,0 +1,5 @@ +## 2021 + +I chose to learn Clojure through these challenges. I primarily wanted to learn a dialect of LISP; Clojure seemed most friendly, and having access to Java libraries was a plus. + +A challenge or two may have C++ code for where I found that to be more practical. C++ is my primary language.