# Examples All the following examples can be run using cargo: `cargo run --example ` ### [`cli`](cli/) `cargo run --example cli ` A faked Advent of Code implementation to demonstrate using the Solution and SolutionRunner traits.