From 333321cfd7fd71d2eed59f97ca8531ec3126f412 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sat, 1 Dec 2018 21:48:38 -0500 Subject: [PATCH] Added a 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..9d1cd9b --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +Advent of code is an advent calendar and code-along you can find at https://adventofcode.com/ + +I am not affiliated with them in any way; this is just where I'm posting my solutions to the puzzles!