# 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