//
pkg.gl
Category
github.com/mikehelmick/adventofcode
aoc2023
day07
package
0.0.0-20241220162608-2f02e6015a76
Repository:
https://github.com/mikehelmick/adventofcode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
223 SLOC
#
Functions
NewCamel
Creates a camel hand from the input line.
Score
No description provided by the author
Score2
No description provided by the author
#
Constants
FIVE_KIND
0.
FOUR_KIND
1.
FULL_HOUSE
2.
HIGH_CARD
6.
ONE_PAIR
5.
THREE_KIND
3.
TWO_PAIR
4.
#
Structs
Camel
No description provided by the author
#
Type aliases
HandType
No description provided by the author
ScoreFn
No description provided by the author