AoC2020/README.md

23 lines
595 B
Markdown

# Advent of Code 2020
[![Build Status](https://ci.git.bksp.space/api/badges/BlackSponge/AoC2020/status.svg)](https://ci.git.bksp.space/BlackSponge/AoC2020)
> 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`.
```