Fix solver links in readme
This commit is contained in:
@@ -12,11 +12,11 @@ This project does not contain the puzzle or example inputs as per the [copyright
|
||||
|
||||
### Day 4: Printing Department
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/4>, :white_check_mark: Solver: [`PrintingDepartment`](src/printing_department.rs)
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/4>, :white_check_mark: Solver: [`PrintingDepartment`](src/solvers/printing_department.rs)
|
||||
|
||||
### Day 5: Cafeteria
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/5>, :white_check_mark: Solver: [`Cafeteria`](src/cafeteria.rs)
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/5>, :white_check_mark: Solver: [`Cafeteria`](src/solvers/cafeteria.rs)
|
||||
|
||||
## Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user