diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-10 08:39:31 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-10 08:39:31 +0200 |
| commit | 9bfb1bc1a3b2d265d59316143cc7f89fb2cc650b (patch) | |
| tree | d4837feb7a968f5f249e9c41cc694409f6a058f0 /README.md | |
| parent | ded2e314c9ea61e71d89607b93a85c64a4c82ab7 (diff) | |
| download | aoc-9bfb1bc1a3b2d265d59316143cc7f89fb2cc650b.tar.gz aoc-9bfb1bc1a3b2d265d59316143cc7f89fb2cc650b.zip | |
Updated readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ | |||
| 1 | My solutions for the [Advent of Code](https://adventofcode.com). | 1 | My solutions for the [Advent of Code](https://adventofcode.com). |
| 2 | 2 | ||
| 3 | See `year/README.md` for instructions. | 3 | See `year/README.md` for instructions on how to run my code. |
| 4 | |||
| 5 | |Year|Stars|Language|Comment| | ||
| 6 | |:--:|:---:|:------:|:-----:| | ||
| 7 | |2015| 0 | | | | ||
| 8 | |2016| 0 | | | | ||
| 9 | |2017| 0 | | | | ||
| 10 | |2018| 0 | | | | ||
| 11 | |2019| 0 | | | | ||
| 12 | |2020| 0 | | | | ||
| 13 | |2021| 0 | | | | ||
| 14 | |2022| 50 | Rust | Done in 2025 to learn Rust | | ||
| 15 | |2023| 50 | C | All solved by December 25, 2023 | | ||
| 16 | |2024| 50 | C++ | Each solved within 24h | | ||
