From 9ef1ac4fd039446b9522a30e0ce65d07cde9bacf Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 11 Dec 2020 01:15:43 +0000 Subject: [PATCH] Update README.md --- .github/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 5dff678..52efde5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -25,7 +25,7 @@ Puzzle inputs and descriptions are not included in this repository. You'll have | [7](/07-handyHaversacks) | ![Completed][check] | [Link](/07-handyHaversacks/python) | [Link](/07-handyHaversacks/go) | | [8](/08-handheldHalting) | ![Completed][check] | [Link](/08-handheldHalting/python) | [Link](/08-handheldHalting/go) | | [9](/09-encodingError) | ![Completed][check] | [Link](/09-encodingError/python) | [Link](/09-encodingError/go) | -| [10](/10-adapterArray) | ![Completed][check] | [Link](/10-adapterArray/python) | [Link](/10-adapterArray/go) | +| [10](/10-adapterArray) | ![Completed][check] | [Link](/10-adapterArray/python) | [Link](/10-adapterArray/go) | | 11 | | | | | 12 | | | | | 13 | | | | @@ -44,6 +44,10 @@ Puzzle inputs and descriptions are not included in this repository. You'll have +--- + +![Lines of code per day](https://github.com/codemicro/adventOfCode/blob/master/.github/clocgraph.png?raw=true) + [check]: https://github.com/codemicro/adventOfCode/blob/master/.github/check.png?raw=true [cross]: https://github.com/codemicro/adventOfCode/blob/master/.github/cross.png?raw=true [partial]: https://github.com/codemicro/adventOfCode/blob/master/.github/partial.png?raw=true