/advent

My Advent of Code solutions

Primary LanguageRust

Advent of Code 🎄

A repo to keep track of my Advent of Code solutions.

Completed Years

Directory structure

advent/
├── YYYY/
│   ├── day-DD/
│   │   ├── src/
│   │   │   ├── lib.rs
│   │   │   └── main.rs
│   │   ├── Cargo.toml
│   │   ├── input.txt
│   │   └── sample.txt
│   ├── Cargo.toml
│   └── readme.md
├── .gitignore
└── readme.md