Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.31 KB

Advent of Code solutions

My solutions to Advent of Code puzzles

Stats

Stars by year

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) 40
2023 10
2022 2
2015 4

Parts solved by language by year

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 40 10 0 4 54
C# 8 0 0 8
Go 4 0 0 4
Rust 4 0 0 4
Ruby 0 0 2 2

Getting the prompt and input

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