This is a workspace for Advent of Code 2025 written in Rust.
cargo run -- --help
The current progress of each day is marked in the table below. One star (⭐) means that Part A of the puzzle has been solved, while two stars (⭐⭐) means that both parts have been solved.
| Day | Stars |
|---|---|
| Dec 01 | ⭐⭐ |
| Dec 02 | ⭐⭐ |
| Dec 03 | ⭐⭐ |
| Dec 04 | ⭐⭐ |
| Dec 05 | ⭐⭐ |
| Dec 06 | ⭐⭐ |
| Dec 07 | ⭐⭐ |
| Dec 08 | ⭐⭐ |
| Dec 09 | ⭐ |
| Dec 10 | ⭐ |
| Dec 11 | ⭐ |
| Dec 12 |
Note: Input files are not (or should not be) included in this directory. See the section from the FAQ:
Can I copy/redistribute part of Advent of Code? Please don't. Advent of Code is free to use, not free to copy. If you're posting a code repository somewhere, please don't include parts of Advent of Code like the puzzle text or your inputs. If you're making a website, please don't make it look like Advent of Code or name it something similar.