readme
This commit is contained in:
parent
6b868037d1
commit
c54571a447
2 changed files with 4 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# My Advent of Code solutions, written as an exercise to learn Rust.
|
||||
|
||||
To run, simply edit ´src/main.rs´ and run it. Optionally, set the year and day via ´ADVENT_YEAR´ and ´ADVENT_DAY´ environment variables. By setting ´ADVENT_TOKEN´ to your browser session token, your personal input can optionally be fetched automatically.
|
||||
1
data/README.md
Normal file
1
data/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
## The author of adventofcode.com, Eric Wastl, does not want puzzle input to be shared: https://adventofcode.com/about
|
||||
Loading…
Add table
Add a link
Reference in a new issue