Skip to content

Commit

Permalink
woups
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Dec 7, 2023
1 parent 834f23e commit 9c118ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 07/07.go
Expand Up @@ -22,8 +22,8 @@ func main() {

parsedInputPart2 := ConvertRawInputToInput(input)
for i := range parsedInputPart2.Hands {
parsedInput.Hands[i].ComputeAndAssignHandType()
parsedInput.Hands[i].JokerMode()
parsedInputPart2.Hands[i].ComputeAndAssignHandType()
parsedInputPart2.Hands[i].JokerMode()
}
parsedInputPart2.SortHands(StrengthsPart2)
part2Score := parsedInputPart2.ComputeTotalPoints()
Expand Down

0 comments on commit 9c118ba

Please sign in to comment.