summaryrefslogtreecommitdiff
path: root/08/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '08/Cargo.toml')
-rw-r--r--08/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/08/Cargo.toml b/08/Cargo.toml
index 56de1ce..86d1d7c 100644
--- a/08/Cargo.toml
+++ b/08/Cargo.toml
@@ -7,8 +7,8 @@ edition = "2021"
name = "part-1"
path = "src/part-1.rs"
-#[[bin]]
-#name = "part-2"
-#path = "src/part-2.rs"
+[[bin]]
+name = "part-2"
+path = "src/part-2.rs"
[dependencies]