From b5a7da7ddd38adfcce0da4b3f0889034e5bbbaef Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 15 Dec 2020 00:00:32 +0000 Subject: [PATCH] Update README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 0b4b50c..f9befe1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # Advent of Code 2020 -Solutions to the [2020 Advent of Code](https://adventofcode.com/2020), in at least Python and Go. +Solutions to the [2020 Advent of Code](https://adventofcode.com/2020), in at least Python and Go. I make no claims that they're the best way to do things, but if they produce a result within 15 seconds, I'm happy. Go solutions are near direct copies of the Python solutions and may be added a few days afterwards.