Advent of Code 2019
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gaël Berthaud-Müller 50efed4686
Better io support for intcode
4 years ago
input Add day 6 part 1 4 years ago
src Better io support for intcode 4 years ago
.gitignore First day 4 years ago
Cargo.lock First day 4 years ago
Cargo.toml First day 4 years ago
README.md Add more explicit help and readme 4 years ago

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