chore: update README.md

This commit is contained in:
Stevan Freeborn
2025-12-01 06:51:33 -06:00
parent ebf7da2e0b
commit e7c180de4b
+2 -2
View File
@@ -21,8 +21,8 @@ Each day's solution is contained in a separate package.
## Challenges
| Day | Problem | Solution | Notes |
|-----|-------------------------------------------------|-----------------------|-------|
| 01 | [Problem](https://adventofcode.com/2025/day/1) | [Solution](./cmd/01/) | |
|-----|-------------------------------------------------|-----------------------|----------------------------------------|
| 01 | [Problem](https://adventofcode.com/2025/day/1) | [Solution](./cmd/01/) | Part 1 seemed straight forward enough. |
| 02 | [Problem](https://adventofcode.com/2025/day/2) | [Solution](./cmd/02/) | |
| 03 | [Problem](https://adventofcode.com/2025/day/3) | [Solution](./cmd/03/) | |
| 04 | [Problem](https://adventofcode.com/2025/day/4) | [Solution](./cmd/04/) | |