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 | ⭐⭐ |
| Dec 13 | ⭐⭐ |
| Dec 14 | ⭐⭐ |
| Dec 15 | ⭐⭐ |
| Dec 16 | ⭐⭐ |
| Dec 17 | ⭐⭐ |
| Dec 18 | ⭐⭐ |
| Dec 19 | ⭐⭐ |
| Dec 20 | ⭐⭐ |
| Dec 21 | ⭐ |
| Dec 22 | ⭐⭐ |
| Dec 23 | ⭐⭐ |
| Dec 24 | ⭐ |
| Dec 25 | ⭐ |
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.
Each day may read the file input.txt for the puzzle input or x.txt for the example input.
These should be included in 'src/days/'day' next to the 'day'.rs file.