Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 313 Bytes

Advent of Code 2022 (and a bit of 2019, 2021)

In Rust

Fetching inputs

To fetch inputs, please set the env variable as:

AOC_SESSION=XXX

either in your shell or in the .env file at the root of the repo.

You can then run:

python3 ./scripts/fetch_inputs.py

to fetch the missing inputs.