My advent of code 2020 (completed!)
Go to file
echo 499698a058
continuous-integration/drone/push Build is passing Details
cleaner output
2020-12-30 16:04:08 -05:00
.ci cleaner output 2020-12-30 16:04:08 -05:00
input add day25 2020-12-25 00:42:12 -05:00
src cleanup 2020-12-30 15:44:43 -05:00
.drone.yml fix cache 2020-12-30 16:01:19 -05:00
.gitignore add first day challenges 2020-12-01 19:20:12 -05:00
Cargo.lock add day 17 2020-12-17 20:54:17 -05:00
Cargo.toml add day 17 2020-12-17 20:54:17 -05:00
README.md use rust nightly image 2020-12-30 15:17:54 -05:00

README.md

Advent of Code 2020

Build Status

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

Usage

Advent of Code 2020 0.1

USAGE:
    advent_of_code_2020 --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`.