Static PUZZLES

Source
pub static PUZZLES: &[(Year, Day, PuzzleFn)]
Expand description

Slice containing all supported puzzle solutions.

Each puzzle is represented by a tuple of Year, Day and PuzzleFn, which takes a input string and returns the part 1 and 2 solutions as strings, or an InputError.

Generated from all_puzzles!.