From e2393f03f18e158c256fb8ce69cdf67346d19c23 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 6 Dec 2020 15:21:17 +0000 Subject: [PATCH] Update README.md --- .github/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/README.md b/.github/README.md index 665772c..6dd4f6f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,6 +4,8 @@ Solutions to the [2020 Advent of Code](https://adventofcode.com/2020), in both P Go solutions are near direct copies of the Python solutions and may be added a few days afterwards. +----- + **Key:** ![Completed][check] is completed, ![Incomplete][cross] is incomplete, ![Partially complete][partial] is partially complete (does not have both languages) and ![Not yet attempted][pending] is released but not yet attempted.