# REALLY MESSED UP HERE See [cargo-newaoc](https://crates.io/crates/cargo-newaoc) instead. # cargo_new_aoc A program that facilitates creating Rust projects for Advent of Code solutions # Installation Install with `$ cargo install cargo_new_aoc` # Usage Running with `--help`; ```sh A program that facilitates creating Rust projects for Advent of Code solutions Usage: cargo_new_aoc Arguments: Name of the project (will be run with `cargo new`) Options: -h, --help Print help ```