Type Alias aoc::PuzzleFn

source ยท
pub type PuzzleFn = fn(_: &str) -> Result<(String, String), InputError>;
Expand description

Represents a wrapper function around a puzzle solution.

See PUZZLES.