Day 17 READMEs

This commit is contained in:
akp 2020-12-17 20:44:41 +00:00
parent 794438b405
commit cf15aee7f1
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E
2 changed files with 4 additions and 1 deletions

2
.github/README.md vendored
View file

@ -32,7 +32,7 @@ Puzzle inputs and descriptions are not included in this repository. You'll have
| [14](/14-dockingData) | ![Completed][check] | [Link](/14-dockingData/python) | [Link](/14-dockingData/go) |
| [15](/15-rambunctiousRecitation) \* | ![Completed][check] | [Link](/15-rambunctiousRecitation/python) | [Link](/15-rambunctiousRecitation/go) |
| [16](/16-ticketTranslation) | ![Partially complete][partial] | [Link](/16-ticketTranslation/python) | |
| 17 | ![Not yet attempted][pending] | | |
| [17](/17-conwayCubes) | ![Incomplete][cross] | | |
| 18 | | | |
| 19 | | | |
| 20 | | | |

3
17-conwayCubes/README.md Normal file
View file

@ -0,0 +1,3 @@
# [Day 17: Conway Cubes](https://adventofcode.com/2020/day/17)
Will be re-attempted at a later date.