From 770217e6bd71d5c0af7b1650ab2ff279658104dd Mon Sep 17 00:00:00 2001 From: AKP Date: Fri, 29 Nov 2024 14:21:38 +0000 Subject: [PATCH] Prepare for AoC 2024! --- README.md | 2 +- challenges/2024/README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 challenges/2024/README.md diff --git a/README.md b/README.md index 45c4504..dd14c3c 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) - [2023](challenges/2023) +Jump to: [2020](challenges/2020) - [2021](challenges/2021) - [2022](challenges/2022) - [2023](challenges/2023) - [2024](challenges/2024) Solutions to [Advent of Code](https://adventofcode.com) challenges. diff --git a/challenges/2024/README.md b/challenges/2024/README.md new file mode 100644 index 0000000..91cdbff --- /dev/null +++ b/challenges/2024/README.md @@ -0,0 +1,17 @@ +# Advent of Code 2024 + +Solutions to the [2024 Advent of Code](https://adventofcode.com/2024)! + +--- + +Total stars: **0 ★** + +![Benchmark graph](./benchmark-graph.png) + + + +A day denoted with a star means it has a visualisation. + +| Day | Status | Solutions | Notes | +|-------------------------------------|--------|----------------------|-------| +| 01 - Name | ✗ ✗ | | Nothing here... yet! | \ No newline at end of file