Those are my solutions for Advent of Code 2022. All solutions are written in Rust.
You'll need to put your own input files inside the inputs
folder (named dayX.txt
, where X
is the number of the
day). Note that you only need the input files for the solutions you intend to run.
When everything's ready, use this command :
cargo run --bin dayX # Where X is the number of the day.
Advent of Code inputs must not be shared publicly. Thus, my inputs are stored in a private repository (here, a submodule). You'll have to provide your own.