Advent of Code 2019
Go to file
echo 50efed4686 Better io support for intcode 2019-12-10 20:11:15 -05:00
input Add day 6 part 1 2019-12-10 16:33:08 -05:00
src Better io support for intcode 2019-12-10 20:11:15 -05:00
.gitignore First day 2019-12-01 13:07:09 -05:00
Cargo.lock First day 2019-12-01 13:07:09 -05:00
Cargo.toml First day 2019-12-01 13:07:09 -05:00
README.md Add more explicit help and readme 2019-12-01 16:07:08 -05:00

README.md

Advent of Code 2019

More info : https://adventofcode.com/2019

Usage

Advent of Code 2019 0.1

USAGE:
    advent_of_code_2019 --challenge <CHALLENGE> --input <INPUT>

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

OPTIONS:
    -c, --challenge <CHALLENGE>    Challenge id from 1 (1st day, 1st part) to 50 (25th day, 2nd part).
    -i, --input <INPUT>            Input file, ex `input/day1`.