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 f3c0d0b..3c60b82 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,7 @@
-mod day15pt1;
-mod day15pt2;
+mod day16pt1;
+mod day16pt2;
fn main() {
- day15pt1::main();
- day15pt2::main();
+ day16pt1::main();
+ day16pt2::main();
}