summaryrefslogtreecommitdiff
path: root/2022/Rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2022/Rust/Cargo.toml')
-rwxr-xr-x2022/Rust/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml
index 382ee7a..f1b5c75 100755
--- a/2022/Rust/Cargo.toml
+++ b/2022/Rust/Cargo.toml
@@ -48,3 +48,7 @@ path = "src/day9.rs"
[[bin]]
name = "day10"
path = "src/day10.rs"
+
+[[bin]]
+name = "day11"
+path = "src/day11.rs"