blemelin / advent-of-code-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Those are my solutions for Advent of Code 2022. All solutions are written in Rust.

Run a solution

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.

About the inputs

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.

About


Languages

Language:Rust 100.0%