This repository contains Rust implementations of solutions for all Advent of Code challenges across multiple years. Advent of Code is an annual set of Christmas-themed programming puzzles that can be solved in any programming language.
More details can be found here
├── 2015/
│ ├── day01/
│ ├── day02/
│ └── ...
├── 2016/
├── 2017/
└── ...