summaryrefslogtreecommitdiff
path: root/2022/Rust/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-12-06 14:03:58 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-12-06 14:03:58 +0200
commitdb39b5079219af288986a9c12b0bdd5c87a5a16a (patch)
tree90a5f998234673132d5f8189a37846ab3b845a7d /2022/Rust/Cargo.toml
parent3ed1c774779d83ccd09e350cc420d1dff1603b98 (diff)
downloadaoc-db39b5079219af288986a9c12b0bdd5c87a5a16a.tar.xz
aoc-db39b5079219af288986a9c12b0bdd5c87a5a16a.zip
Day6 done in Rust
Diffstat (limited to '2022/Rust/Cargo.toml')
-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 fb7aa9e..e11f9fc 100644
--- a/2022/Rust/Cargo.toml
+++ b/2022/Rust/Cargo.toml
@@ -28,3 +28,7 @@ path = "src/day4.rs"
[[bin]]
name = "day5"
path = "src/day5.rs"
+
+[[bin]]
+name = "day6"
+path = "src/day6.rs"