From c479b58f94dd8eee30e9d57dcc246f21c7f6a7c8 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Sat, 30 Nov 2019 23:05:48 -0500 Subject: [PATCH] Add README --- 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..3db48c9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Advent of Code 2019 🎄 + +'Tis the season! These are my solutions to the [2019 Advent of Code](https://adventofcode.com/2019), written in a mix of languages, as I feel like it. Probably going to mostly be Python, though...