mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Initial skeleton code for 2020
This commit is contained in:
24
2020/README.md
Normal file
24
2020/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Advent of Code 2020
|
||||
|
||||
This folder contains a runner script for Advent of Code 2020. This year, I'm
|
||||
attempting to solve every problem once more in Rust.
|
||||
|
||||
```
|
||||
aoc-2020
|
||||
Advent of Code 2020 runner
|
||||
|
||||
USAGE:
|
||||
aoc-2020 [FLAGS] [OPTIONS] <day>
|
||||
|
||||
ARGS:
|
||||
<day> Which day to run
|
||||
|
||||
FLAGS:
|
||||
-h, --help Prints help information
|
||||
-2, --part2 Run part 2 instead of part 1
|
||||
-t, --time Print time taken
|
||||
-V, --version Prints version information
|
||||
|
||||
OPTIONS:
|
||||
-i, --input <input> Read input from the given file instead of stdin
|
||||
```
|
||||
Reference in New Issue
Block a user