diff options
-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 |