/aoc-2018

Advent of Code 2018

Primary LanguageRust

Aoc 2018

Build Status codecov

Soluces of Advent of code 2018 written with Rust.

Build

cargo build --release

Tests

cargo test --release

Run

cargo run --release -- args

Arguments

USAGE:
    aoc-2018 --day <day**>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --day <day**>    day number

Credit

Advent of code