Rust solutions for https://adventofcode.com/2023
Inputs and expected outputs are kept private to comply with the AOC T&Cs.
test-data structure:
test-data
├── d1
│ ├── input_test1.txt
│ ├── input_test2.txt
│ ├── input.txt
│ └── results.toml
...
results.toml:
[p1]
input_test1 = 0
input = 0
[p2]
input_test2 = 0
input = 0