From 25f2d1c700e3ea789a189cb447622f92ee00ecbd Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 1 Dec 2019 11:13:42 -0800 Subject: [PATCH] Add README --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ded03b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +I like solving the [Advent of Code](https://adventofcode.com/) challenges every year, and these are my solutions. I've started using this as a way to deepen my understanding of a new programming language every year, so my code isn't likely to be idiomatic or good. I don't expect this to be useful to anyone, but I'm having fun! :D