package
0.0.0-20240704162100-4b92a3127cdc
Repository: https://github.com/unixlab/aoc2023.git
Documentation: pkg.go.dev

# Functions

RunPart1 is for the first star of the day.
RunPart2 is for the second star of the day.

# Structs

Hand hold all data we need for the hand (ever row).

# Type aliases

Cards is just a string array build a struct, so I can write functions on it.