advent_of_code_2021

My attempts to work through the 2021 Advent of Code problems.
git clone https://git.eamoncaddigan.net/advent_of_code_2021.git
Log | Files | Refs | README | LICENSE

commit 6fe4334119537fae8f7202cb1961cf4f27c76647
parent eb01d600067eaa57daa84799a39d1550cc43a984
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Wed,  1 Dec 2021 03:02:35 -0500

Update README.md

Links and description
Diffstat:
MREADME.md | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,6 @@ -# advent_of_code_2021 -My attempts to work through the 2021 Advent of Code problems +# Advent of Code: 2021 +My attempts to work through the [2021 Advent of Code problems](https://adventofcode.com/2021). + +A democratic process determined that [I would be solving these problems in Python](https://twitter.com/EamonCaddigan/status/1462773482903769089), and that [I'd be using a terminal plus a text editor](https://twitter.com/EamonCaddigan/status/1463577514631180294) to do so (as opposed to, for example, Jupyter notebooks). + +I'm putting the whole repo under the GPLv3, but I am happy to make things available under more permissive licenses on an ad hoc basis.