/advent-of-code-2019

AoC 2019 in Rust

Primary LanguageRustMIT LicenseMIT

Some Rust here. Most likely not very idiomatic, safe, and performant. 🤷‍♂

Usage

Run existing days

All days

make all

Single day

make day 1

Create new day

make new 2

Install

make cargo-utils

Or at least: cargo install cargo-edit