aoc

My solutions for the Advent of Code
git clone https://git.tronto.net/aoc
Download | Log | Files | Refs | README

commit e61c826e1313651f11fec940fb88145e9b4b6dc5
parent ff2b7698d75978b2e96e6b0f59c536ecf8de6cb5
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 10 Jul 2025 08:39:31 +0200

Updated readme

Diffstat:
MREADME.md | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,16 @@ My solutions for the [Advent of Code](https://adventofcode.com). -See `year/README.md` for instructions. +See `year/README.md` for instructions on how to run my code. + +|Year|Stars|Language|Comment| +|:--:|:---:|:------:|:-----:| +|2015| 0 | | | +|2016| 0 | | | +|2017| 0 | | | +|2018| 0 | | | +|2019| 0 | | | +|2020| 0 | | | +|2021| 0 | | | +|2022| 50 | Rust | Done in 2025 to learn Rust | +|2023| 50 | C | All solved by December 25, 2023 | +|2024| 50 | C++ | Each solved within 24h |