This code repo is my solution to the Advent of Code 2025
The solution is done in rust. You can install rust from rustup
$ cargo run -- --help
Usage: aoc [OPTIONS]
Options:
-d, --day <DAY> [default: 1]
-p, --part <PART> [default: 1]
-s, --sample <SAMPLE> [default: 0]
-h, --help Print help
-V, --version Print version
$ cargo run -- --day=1 --part=2 --sample=0 datafolder is missing. This is to comply with the official Advent of Code policy. Copying the input is not allowed. The program expects the input in the form/data/day{1-12}/sample{X}.txt.Xmaps to the value provided in--sampleoption while running the program.