A program that facilitates creating Rust projects for Advent of Code solutions
Install with `$ cargo install cargo-newaoc`
Running with `--help`;
```sh
A program that facilitates creating Rust projects for Advent of Code solutions
Usage: cargo-newaoc <NAME>
Arguments:
<NAME> Name of the project (will be run with `cargo new`)
Options:
-h, --help Print help
```