aoc

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.