diff options
| -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 | | ||
