aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 3c60b82..e3e41ae 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,7 @@
-mod day16pt1;
-mod day16pt2;
+mod day17pt1;
+mod day17pt2;
fn main() {
- day16pt1::main();
- day16pt2::main();
+ day17pt1::main();
+ day17pt2::main();
}