From 120e62ffad6ad65de6ab07623098f892ef141151 Mon Sep 17 00:00:00 2001 From: AKP Date: Mon, 27 Nov 2023 23:01:50 +0000 Subject: [PATCH] Prep for 2023 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a2cd37..8175e39 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Advent of Code 🎄 -Jump to: [2020](challenges/2020) - [2021](challenges/2021) - [2022](challenges/2022) +Jump to: [2020](challenges/2020) - [2021](challenges/2021) - [2022](challenges/2022) - [2023](challenges/2023) Solutions to [Advent of Code](https://adventofcode.com) challenges. @@ -12,8 +12,7 @@ Puzzle inputs and descriptions are not included in this repository. You'll have The method of running solutions varies by year. -### All years other than 2020 - +
**2021 and 2022** Solutions to other years' solutions are run via the runner program contained in [`./runtime`](./runtime). To run a solution, run `go run github.com/codemicro/adventOfCode/runtime` and follow the on-screen prompts. Configurisation options can be seen by running with the `--help` flag. @@ -21,9 +20,9 @@ To run a solution, run `go run github.com/codemicro/adventOfCode/runtime` and fo A benchmark graph can be generated using [`generate-benchmark-graph.py`](./generate-benchmark-graph.py) as follows: `python3 generate-benchmark-graph.py `. For example, to generate a graph for the 2021 benchmarks and save it to `challenges/2021/running-times.png`, you can run `python3 generate-benchmark-graph.py challenges/2021/running-times.png 2021`. +
-### 2020 - +
**2020** In 2020, all solutions are in Python and/or Go. 1. `cd` to the challenge directory @@ -32,4 +31,5 @@ In 2020, all solutions are in Python and/or Go. * For Python, run `python3 ./py` * For Go, run `go run ./go` -Dependencies for 2020 challenges are not neatly defined anywhere, so determing and installing the correct ones is an exercise for the reader. \ No newline at end of file +Dependencies for 2020 challenges are not neatly defined anywhere, so determing and installing the correct ones is an exercise for the reader. +
\ No newline at end of file