aboutsummaryrefslogtreecommitdiff
path: root/2022/01/README
diff options
context:
space:
mode:
Diffstat (limited to '2022/01/README')
-rw-r--r--2022/01/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/2022/01/README b/2022/01/README
new file mode 100644
index 0000000..e991bf0
--- /dev/null
+++ b/2022/01/README
@@ -0,0 +1,5 @@
+puzzle-1.awk and puzzle-2.awk were my original solutions. puzzles.awk is a
+solution I wrote afterwards while reading the Gawk documentation, because I
+wanted to play around with setting RS to the empty string (this allows you to
+have blank-line seperated records). It also works, and works just fine, so I'll
+leave it in this repo.