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 3164e7220836904bd742529f6ab16fd14d7f9632
parent 4c4f49c39c1c5e5f6d21d2d3771d1b6cdada42ba
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Sat, 11 Dec 2021 05:50:16 -0500

fixed typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ Python](https://twitter.com/EamonCaddigan/status/1462773482903769089), and that editor](https://twitter.com/EamonCaddigan/status/1463577514631180294) to do so (as opposed to, for example, Jupyter notebooks). I've been a `vim` user for a long time but I'm taking this opportunity to update my terminal multiplexer to -`tmux` after man years of using `screen`. +`tmux` after many years of using `screen`. Since I'm a data scientist by trade, I'm focusing on getting more comfortable with `pandas` and `numpy` (after years of `R` and _tidyverse_), so most of my