This commit is contained in:
2024-12-03 10:49:55 +01:00
parent 34ed72f328
commit aebd55c51d
4 changed files with 120 additions and 0 deletions

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

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