1 2 3 4 5 6 7 8
# Examples All the following examples can be run using cargo: `cargo run --example <example_name>` ### [`cli`](cli/) `cargo run --example cli <DAY>` A faked Advent of Code implementation to demonstrate using the Solution and SolutionRunner traits.