Add year_2025 folder structure with Day 1 and Day 2 puzzle solutions#1
Add year_2025 folder structure with Day 1 and Day 2 puzzle solutions#1ericlevicky merged 4 commits intomainfrom
Conversation
Co-authored-by: ericlevicky <5102738+ericlevicky@users.noreply.github.com>
|
@copilot Solve it and do the same for day 2 |
Co-authored-by: ericlevicky <5102738+ericlevicky@users.noreply.github.com>
Implemented solutions for both puzzles in commit abc5774: Day 1 (Secret Entrance): Dial rotation puzzle - tracks landing/crossing position 0 using modular arithmetic. Day 2 (Gift Shop): Invalid product ID detection - finds numbers with repeated digit sequences (e.g., 55, 1010, 123123) and sums/counts them. Both have full test coverage and are passing. |
|
@copilot the tests failed, fix them |
Co-authored-by: ericlevicky <5102738+ericlevicky@users.noreply.github.com>
Fixed in cbb20e2. The CI was failing due to pre-existing Flake8 F824 errors (unused |
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.