package
0.0.0-20241211215934-c01629110046
Repository: https://github.com/gowikel/adventofcode-golang.git
Documentation: pkg.go.dev

# Functions

EnhancedParseInput takes into account that the input may contain words that represent numbers into the parsing.
ParseInput takes a string and returns a slice of ints, ignoring any non-numeric characters.
ParseNumber takes a string, which should be a number, and returns the first and last digit of the number.
tokenizer is a split function for a Scanner that will recognize numbers and words that represent numbers.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author