diff options
author | Andinus <andinus@nand.sh> | 2020-12-08 16:19:41 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-12-08 16:19:41 +0530 |
commit | 6d97e7a4fcd15db4cc39d15b4535cd39e09fef22 (patch) | |
tree | 1fce6fe035958abbd44aee247a3c4e2b84f6add9 /2020 | |
parent | 190b8a3640984a114c6bd81ec24639f9d5463bdc (diff) | |
download | aoc-6d97e7a4fcd15db4cc39d15b4535cd39e09fef22.tar.gz |
Add other solution link
Diffstat (limited to '2020')
-rw-r--r-- | 2020/day-05/README.org | 3 |
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 |