Crate aoc

Crate aoc 

Source

Re-exports§

pub use ::utils;
pub use ::year2015;
pub use ::year2016;
pub use ::year2017;
pub use ::year2018;
pub use ::year2019;
pub use ::year2024;
pub use ::year2025;

Macros§

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

Statics§

PUZZLES
Slice containing all supported puzzle solutions.

Type Aliases§

PuzzleFn
Represents a wrapper function around a puzzle solution.