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 (74B)
1
[package]
2
name = "aoc"
3
version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]