This repository contains my solutions for the Advent of Code challenges.
- Create a new folder for each day in
src/calendar/
- Add your input file in
src/inputs/
- Create solution and test files following the existing pattern
- Run tests to verify your solution