/aoc2022

Some Advent Of Code 2022 exercises

Primary LanguageRustApache License 2.0Apache-2.0

AoC 2022

Some Rust solutions to AoC 2022.

How to provide the inputs

Each input should live in a file with paths like these:

input/01/input.txt
input/02/input.txt
...