docs: update year
This commit is contained in:
parent
ea74da30e8
commit
217531a820
1 changed files with 0 additions and 4 deletions
|
@ -72,8 +72,6 @@ cargo download <day>
|
||||||
# 🎄 Successfully wrote puzzle to "src/puzzles/01.md".
|
# 🎄 Successfully wrote puzzle to "src/puzzles/01.md".
|
||||||
```
|
```
|
||||||
|
|
||||||
To download inputs for previous years, append the `--year/-y` flag. _(example: `cargo download 1 --year 2020`)_
|
|
||||||
|
|
||||||
Puzzle descriptions are stored in `src/puzzles` as markdown files. Puzzle inputs are not checked into git. [Reasoning](https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3).
|
Puzzle descriptions are stored in `src/puzzles` as markdown files. Puzzle inputs are not checked into git. [Reasoning](https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3).
|
||||||
|
|
||||||
### Run solutions for a day
|
### Run solutions for a day
|
||||||
|
@ -165,8 +163,6 @@ cargo read <day>
|
||||||
# ...the input...
|
# ...the input...
|
||||||
```
|
```
|
||||||
|
|
||||||
To read inputs for previous years, append the `--year/-y` flag. _(example: `cargo read 1 --year 2020`)_
|
|
||||||
|
|
||||||
### Download puzzle inputs via aoc-cli
|
### Download puzzle inputs via aoc-cli
|
||||||
|
|
||||||
1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0`
|
1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0`
|
||||||
|
|
Loading…
Add table
Reference in a new issue