Crate aoc

Source

Re-exports§

pub use ::utils;
pub use ::year2015;
pub use ::year2016;
pub use ::year2017;
pub use ::year2024;

Macros§

all_puzzles
Macro which invokes a callback macro with a list of all implemented puzzle solutions.

Constants§

PUZZLES
Constant containing each puzzle solution.

Type Aliases§

PuzzleFn
Represents a wrapper function around a puzzle solution.