pub type PuzzleFn = fn(&str) -> Result<(String, String), InputError>;
Represents a wrapper function around a puzzle solution.
See PUZZLES.
PUZZLES