aoc

Constant PUZZLES

source
pub const PUZZLES: &[(Year, Day, PuzzleFn)];
Expand description

Constant containing each puzzle solution.

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!.