A repo to keep track of my Advent of Code solutions.
advent/
├── YYYY/
│ ├── day-DD/
│ │ ├── src/
│ │ │ ├── lib.rs
│ │ │ └── main.rs
│ │ ├── Cargo.toml
│ │ ├── input.txt
│ │ └── sample.txt
│ ├── Cargo.toml
│ └── readme.md
├── .gitignore
└── readme.md