From 231b40909b5a3c2e202bcb48ab40e42a4213bdff Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 2 Dec 2022 15:27:20 +0100 Subject: Add another gawk solution --- 2022/01/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2022/01/README (limited to '2022/01/README') 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. -- cgit v1.2.3