PuzzleFn

Type Alias PuzzleFn 

Source
pub type PuzzleFn = fn(&str) -> Result<(String, String), InputError>;
Expand description

Represents a wrapper function around a puzzle solution.

See PUZZLES.