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

Number is our struct for finding and replacing numbers in the input string.

# Type aliases

Numbers is an array of our internal struct Number We need a struct in order to write a function on the array.