Just my collection of solutions for AoC 2020 made whilst learning Rust language.
Note that my inputs for puzzles are not included since author of AoC discourages that.
- rustc version at least nightly 1.50.0
- puzzle inputs in the
./input
folder namedday_00.txt
,day_01.txt
etc.