Skip to content

Commit dde7ce7

Browse files
authored
Create README.md
1 parent bdf0624 commit dde7ce7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Rust AOC template
2+
3+
various days under the files src/day{N}.rs
4+
5+
auto fetching of inputs
6+
* you need to set the configuration for this with
7+
```
8+
cargo run -- set-fetch-config --agent "github.com/astaugaard/rust_aoc_template by [email protected]" --oauthkey "insert your oauth key here" --year "year that you are participating in"
9+
```
10+
* debugging make sure your clock is set correctly as it will (hopefully) not try to request the input for that day or run the day if the input hasn't yet been released yet.

0 commit comments

Comments
 (0)