Add links and tweak wording

This commit is contained in:
akp 2020-12-08 23:55:52 +00:00
parent fdab41f806
commit aa230b300f
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E

4
.github/README.md vendored
View file

@ -1,11 +1,13 @@
# Advent of Code 2020
Solutions to the [2020 Advent of Code](https://adventofcode.com/2020), in both Python and Go.
Solutions to the [2020 Advent of Code](https://adventofcode.com/2020), in at least Python and Go.
Go solutions are near direct copies of the Python solutions and may be added a few days afterwards.
Puzzle inputs and descriptions are not included in this repository. You'll have to get these yourself from the AoC website. [Here's why](https://www.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3).
[AoC website](https://adventofcode.com) - [AoC subreddit](https://www.reddit.com/r/adventofcode) - [AoC awesome list](https://github.com/Bogdanp/awesome-advent-of-code)
---
**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.