first try Day12 with Rust

This commit is contained in:
2023-12-12 20:22:28 +01:00
parent 22f6ac6ca0
commit 6431902b14
2 changed files with 90 additions and 0 deletions

8
Day12/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]