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

Cargo.toml (109B)


      1[package]
      2name = "day25"
      3version = "0.1.0"
      4edition = "2021"
      5
      6[dependencies]
      7aoc = { path = "../common/aoc" }