aoc-2021-rust

Advent of Code 2021 Solutions in Rust
git clone https://git.sinitax.com/sinitax/aoc-2021-rust
Log | Files | Refs | README | sfeed.txt

README.md (205B)


      1## Advent Of Code 2020
      2
      3Solutions to the annual [coding advent calendar](https://adventofcode.com) written in [Rust](https://www.rust-lang.org/).
      4
      5The version of rust used to compile the code is: `1.68.2`