Static PUZZLES

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

Slice containing all supported puzzle solutions.

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

Generated from all_puzzles!.