Update README.md
This commit is contained in:
parent
b03983913d
commit
bf3bdc2302
1 changed files with 26 additions and 26 deletions
52
.github/README.md
vendored
52
.github/README.md
vendored
|
@ -4,36 +4,36 @@ 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 and ![Not yet attempted][pending] is released but not yet attempted.
|
||||
**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.
|
||||
|
||||
<!-- PARSE START -->
|
||||
| Day | | Python | Go |
|
||||
|-----|---------------------|--------|----|
|
||||
| 1 | ![Completed][check] | | |
|
||||
| 2 | ![Completed][check] | | |
|
||||
| 3 | ![Completed][check] | | |
|
||||
| 4 | ![Completed][check] | | |
|
||||
| 5 | ![Completed][check] | | |
|
||||
| 6 | ![Not yet attempted][pending] | | |
|
||||
| 7 | | | |
|
||||
| 8 | | | |
|
||||
| 9 | | | |
|
||||
| 10 | | | |
|
||||
| 11 | | | |
|
||||
| 12 | | | |
|
||||
| 13 | | | |
|
||||
| 14 | | | |
|
||||
| 15 | | | |
|
||||
| 16 | | | |
|
||||
| 17 | | | |
|
||||
| 18 | | | |
|
||||
| 19 | | | |
|
||||
| 20 | | | |
|
||||
| 21 | | | |
|
||||
| 22 | | | |
|
||||
| 23 | | | |
|
||||
| 24 | | | |
|
||||
| 25 | | | |
|
||||
| 1 | ![Completed][check] | [Link](/01-reportRepair/python) | [Link](/01-reportRepair/go) |
|
||||
| 2 | ![Completed][check] | [Link](/02-passwordPhilosophy/python) | [Link](/02-passwordPhilosophy/go) |
|
||||
| 3 | ![Completed][check] | [Link](/03-tobogganTrajectory/python) | [Link](/03-tobogganTrajectory/go) |
|
||||
| 4 | ![Completed][check] | [Link](/04-passportProcessing/python) | [Link](/04-passportProcessing/go) |
|
||||
| 5 | ![Completed][check] | [Link](/05-binaryBoarding/python) | [Link](/05-binaryBoarding/go) |
|
||||
| 6 | ![Partially complete][partial] | [Link](/06-customCustoms/python) | |
|
||||
| 7 | | | |
|
||||
| 8 | | | |
|
||||
| 9 | | | |
|
||||
| 10 | | | |
|
||||
| 11 | | | |
|
||||
| 12 | | | |
|
||||
| 13 | | | |
|
||||
| 14 | | | |
|
||||
| 15 | | | |
|
||||
| 16 | | | |
|
||||
| 17 | | | |
|
||||
| 18 | | | |
|
||||
| 19 | | | |
|
||||
| 20 | | | |
|
||||
| 21 | | | |
|
||||
| 22 | | | |
|
||||
| 23 | | | |
|
||||
| 24 | | | |
|
||||
| 25 | | | |
|
||||
<!-- PARSE END -->
|
||||
|
||||
[check]: https://github.com/codemicro/adventOfCode/blob/master/.github/check.jpg?raw=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue