summaryrefslogtreecommitdiff
path: root/2021/readme.org
diff options
context:
space:
mode:
Diffstat (limited to '2021/readme.org')
-rw-r--r--2021/readme.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/2021/readme.org b/2021/readme.org
index 642364f..f2e71ba 100644
--- a/2021/readme.org
+++ b/2021/readme.org
@@ -1,2 +1,5 @@
* Advent of Code 2021
+In this year, I actually learned to use [[https://lib.rs/nom][Nom]] to parse inputs. This was
+difficult at first, but worked out really well in the long term I'd
+say.