This commit is contained in:
dobiadi
2024-12-03 19:32:02 +01:00
parent 3a3ca31626
commit 056644562b
8 changed files with 172 additions and 0 deletions

7
day3/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.11.1"