From 12ea75d3800f9adeba1b388985cb6ea9cb2463a3 Mon Sep 17 00:00:00 2001 From: AKU Date: Sat, 27 Nov 2021 20:38:59 +0000 Subject: [PATCH] Update READMEs Signed-off-by: AKU --- .github/README.md => README.md | 6 ++++-- challenges/2021/README.md | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) rename .github/README.md => README.md (69%) create mode 100644 challenges/2021/README.md diff --git a/.github/README.md b/README.md similarity index 69% rename from .github/README.md rename to README.md index 90af7bc..576c51d 100644 --- a/.github/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Advent of Code 2021 +# Advent of Code -Solutions to the [2021 Advent of Code](https://adventofcode.com/2021). My 2020 solutions can be found [here](https://github.com/codemicro/adventOfCode/tree/2020). +Jump to: [2020](challenges/2020) - [2021](challenges/2021) + +Solutions to [Advent of Code](https://adventofcode.com) challenges. 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). diff --git a/challenges/2021/README.md b/challenges/2021/README.md new file mode 100644 index 0000000..59da522 --- /dev/null +++ b/challenges/2021/README.md @@ -0,0 +1,14 @@ +# Advent of Code 2021 + +Solutions to the [2021 Advent of Code](https://adventofcode.com/2021). + +--- + +\* means that a given day has a visualisation + + + +| Day | | Python | Go | Notes | +| ----------------------------------- | ------------------ | ---------------------------------------- | ------------------------------------ | -------------------- | + + \ No newline at end of file