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 5b6c3becaec46532f4f340c5a5a47a3cada359cb
parent ca41e28b5fda2c089d2c62df919ce5bafba23767
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Wed,  1 Dec 2021 04:50:26 -0500

I'm using Vim, folks

Diffstat:
M.gitignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -127,3 +127,7 @@ dmypy.json # Pyre type checker .pyre/ + +# Vim swapfile +*.swp +