make it so that I can actually run stuff that relies on the solution of exercises
[rust-101.git] / src / main.rs
index 40bb1257529dcd45c97f73305fe5f058eb3c524a..d7945a5848eb76220bd296d223c60e979259f14c 100644 (file)
@@ -95,7 +95,7 @@ mod part10;
 // function.
 
 fn main() {
-    part10::main();
+    part00::main();
 }
 
 // Additional material