//
pkg.gl
Category
github.com/unixlab/AoC2023
internal
day01
package
0.0.0-20240704162100-4b92a3127cdc
Repository:
https://github.com/unixlab/aoc2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
114 SLOC
#
Functions
RunPart1
RunPart1 is for the first star of the day.
RunPart2
RunPart2 is for the second star of the day.
#
Structs
Number
Number is our struct for finding and replacing numbers in the input string.
#
Type aliases
Numbers
Numbers is an array of our internal struct Number We need a struct in order to write a function on the array.