summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-12-08 16:19:41 +0530
committerAndinus <andinus@nand.sh>2020-12-08 16:19:41 +0530
commit6d97e7a4fcd15db4cc39d15b4535cd39e09fef22 (patch)
tree1fce6fe035958abbd44aee247a3c4e2b84f6add9
parent190b8a3640984a114c6bd81ec24639f9d5463bdc (diff)
downloadaoc-6d97e7a4fcd15db4cc39d15b4535cd39e09fef22.tar.gz
Add other solution link
-rw-r--r--2020/day-05/README.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/day-05/README.org b/2020/day-05/README.org
index 1cd6104..d86765a 100644
--- a/2020/day-05/README.org
+++ b/2020/day-05/README.org
@@ -176,3 +176,6 @@ sub seat_id (Str $code --> Int) {
     return +('0b' ~ $code.trans(<F B R L> => <0 1 1 0>));
 }
 #+END_SRC
+** Update: 2020-12-08
+They've posted about it here:
+https://ergoletterbag.blogspot.com/2020/12/raku-advent-of-code-2020-day-five.html