mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-04-09 23:33:30 +00:00
typo
This commit is contained in:
@@ -40,7 +40,7 @@ func promote(hand *hand) {
|
||||
}
|
||||
}
|
||||
|
||||
// two coreturns the sum of products of hand values by bids
|
||||
// two returns the sum of products of hand values by bids
|
||||
// it uses new joker rules
|
||||
func two(lines []string) (int, error) {
|
||||
for _, hand := range hands {
|
||||
|
||||
Reference in New Issue
Block a user