fixed formatting
This commit is contained in:
parent
7f02586e94
commit
06821ea2c5
@ -35,8 +35,6 @@ namespace AdventOfCode2023.Day7
|
||||
.ThenBy(x => x.Cards[4]);
|
||||
return hands.Select((hand, index) => hand.Bid * (index + 1)).Sum().ToString();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
internal class Hand_Day2
|
||||
|
Loading…
Reference in New Issue
Block a user