This repository contains my solutions to the advent of code of 2022.
This year, I've written the solutions in Rust.
To run a solution use the following command:
cargo run -- --day [day number]
The daily input I got is stored in the folder input. If you want to try the solutions with your input, simply switch out the contents of the file in that folder.
The input files have to follow the format: dd.txt
. So the first of December would be 01.txt
for example.
-
01.12.2022 -
02.12.2022 -
03.12.2022 -
04.12.2022 -
05.12.2022 -
06.12.2022 -
07.12.2022 - 08.12.2022
- 09.12.2022
- 10.12.2022
- 11.12.2022
- 12.12.2022
- 13.12.2022
- 14.12.2022
- 15.12.2022
- 16.12.2022
- 17.12.2022
- 18.12.2022
- 19.12.2022
- 20.12.2022
- 21.12.2022
- 22.12.2022
- 23.12.2022
- 24.12.2022