]> code.bitgloo.com Git - clyne/advent-of-code.git/commitdiff
Create README.md
authorclyne <clyne@bitgloo.com>
Mon, 5 Dec 2022 23:45:58 +0000 (18:45 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 23:45:58 +0000 (18:45 -0500)
year2021/README.md [new file with mode: 0644]

diff --git a/year2021/README.md b/year2021/README.md
new file mode 100644 (file)
index 0000000..037af85
--- /dev/null
@@ -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.