My solutions to Advent of Code puzzles
Each of the 25 days per year has two parts. Finding the correct answer for part one awards one star and reveals part two. Finding the correct answer for part two awards a second star, meaning that there are a maximum of 50 stars available each year
Year | Stars |
---|---|
2024 (ongoing) | 30 |
2023 | 10 |
2022 | 2 |
2015 | 4 |
Starting in 2024, I've solved some parts in multiple languages. This doesn't award extra stars
Language | 2024 (ongoing) | 2023 | 2022 | 2015 | Total |
---|---|---|---|---|---|
TypeScript | 30 | 10 | 0 | 4 | 44 |
C# | 8 | 0 | 0 | 8 | |
Go | 4 | 0 | 0 | 4 | |
Rust | 4 | 0 | 0 | 4 | |
Ruby | 0 | 0 | 2 | 2 |
These are available at
https://adventofcode.com/THE_YEAR/day/THE_DAY_WITHOUT_ZERO_PADDING. To get
them locally, run the script script/start.zsh
(or script/download.zsh
) with
the year and day