Update README.md

This commit is contained in:
akp 2020-12-15 00:00:32 +00:00
parent 75df2154e7
commit b5a7da7ddd
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E

2
.github/README.md vendored
View file

@ -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.