Skip to content

Files

Latest commit

2402e38 · Dec 19, 2022

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.