Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 251 Bytes

File metadata and controls

8 lines (5 loc) · 251 Bytes

Examples

All the following examples can be run using cargo: cargo run --example <example_name>

cargo run --example cli <DAY>

A faked Advent of Code implementation to demonstrate using the Solution and SolutionRunner traits.