mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-21 18:00:47 +00:00
typo
This commit is contained in:
parent
4aafad4e8d
commit
14c9e2c504
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# input files
|
||||
test*.txt
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user