From e8ab01fd20c4690c4d0197f6ac8bb026fbbb052a Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Fri, 1 Dec 2023 07:05:14 -0500 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..acdacd0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Advent of Code 2021 🎄 + +'Tis the season! These are my solutions to the [2023 Advent of Code](https://adventofcode.com/2023). I'm writing these in Go, just for fun.