cargo-newaoc 0.1.2

A program that facilitates creating Rust projects for Advent of Code solutions
Documentation
# cargo-newaoc

A program that facilitates creating Rust projects for Advent of Code solutions

# Installation

Install with `$ cargo install cargo-newaoc`

# Usage

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
```