Fixed typos in readme
This commit is contained in:
parent
2517c4b8cf
commit
5ff8fafcb5
|
@ -42,7 +42,7 @@ The algorithm processes the numbers in the middle line and looks for additional
|
|||
|
||||
### Day 4: Scratchcards
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2023/day/4>, :white_check_mark: Solver: [`UScratchCards.pas`](solvers/UScratchCards.pas)
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2023/day/4>, :white_check_mark: Solver: [`UScratchcards.pas`](solvers/UScratchcards.pas)
|
||||
|
||||
For part 1, the algorithm simply matches winning numbers against numbers we have, and multiplies the current line result by two for every match (except the first).
|
||||
|
||||
|
|
Loading…
Reference in New Issue