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