From a4c6480d3d3b24cc7c925b4ee9c1e83e96cd3b29 Mon Sep 17 00:00:00 2001 From: Gerd Sattler Date: Sun, 25 Nov 2018 15:16:57 +0800 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..6ff405d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# AoC 2018 + +This repo will contain my Advent of Code solutions and writeups (in markdown format) for AoC 2018. The writeups will also be available on my [website](https://gerd.tech/aoc2018).