summaryrefslogtreecommitdiff
path: root/2023/Cargo.toml
diff options
context:
space:
mode:
authornekineki <nekineki@nekineki.net>2023-12-26 13:32:17 +0100
committernekineki <nekineki@nekineki.net>2023-12-26 13:32:17 +0100
commit33d5d754150d0cf23a949706f471e495c41c0412 (patch)
tree74fd5200e094974242b4656240ca3dd237d08f7c /2023/Cargo.toml
parentcd035e05b71d94fd9d60cbf623e53fdc65238bb0 (diff)
day24 part1
Diffstat (limited to '2023/Cargo.toml')
-rw-r--r--2023/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2023/Cargo.toml b/2023/Cargo.toml
index 8500e54..db7ed2a 100644
--- a/2023/Cargo.toml
+++ b/2023/Cargo.toml
@@ -105,7 +105,7 @@ path = "day23.rs"
[[bin]]
name = "day24"
-path = "/day24.rs"
+path = "day24.rs"
[[bin]]
name = "day25"