about summary refs log tree commit diff
path: root/advent-of-code/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-05T14·17+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-05T14·17+0100
commitb2663788500b0d85527781667b7c2cd6329724ed (patch)
treec6735f5fab1a09215d9e0df5909f42904efc60ea /advent-of-code/README.md
parent444da4aa05cd9ab8c03974413b4f1dfb317148c3 (diff)
Tidy advent-of-code directory
TL;DR:
- Add README.md
- Delete *.nix sketches
- Delete *.pyc and *.ex python artifacts
Diffstat (limited to 'advent-of-code/README.md')
-rw-r--r--advent-of-code/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/advent-of-code/README.md b/advent-of-code/README.md
new file mode 100644
index 000000000000..e7c105a7f60f
--- /dev/null
+++ b/advent-of-code/README.md
@@ -0,0 +1,4 @@
+# 2019 Advent of Code
+
+Here are my attempts at the 2019 Advent of Code challenge before my dedication
+to the effort plummeted.