summaryrefslogtreecommitdiff
path: root/2022/Rust/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-04-09 03:09:19 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-04-09 03:09:19 +0200
commitc827efeeef0cdc63c5366e9d945fa53c09988491 (patch)
treee33361fa13742f5fd295e1e8525f388fca7fdda4 /2022/Rust/Cargo.toml
parentd5e8f8cb89c24e02898eed760ea22f0522e59f44 (diff)
downloadaoc-c827efeeef0cdc63c5366e9d945fa53c09988491.tar.xz
aoc-c827efeeef0cdc63c5366e9d945fa53c09988491.zip
Solve day7 in rust
Diffstat (limited to '2022/Rust/Cargo.toml')
-rwxr-xr-x[-rw-r--r--]2022/Rust/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml
index e11f9fc..16a858c 100644..100755
--- a/2022/Rust/Cargo.toml
+++ b/2022/Rust/Cargo.toml
@@ -32,3 +32,7 @@ path = "src/day5.rs"
[[bin]]
name = "day6"
path = "src/day6.rs"
+
+[[bin]]
+name = "day7"
+path = "src/day7.rs"