part11: first version
[rust-101.git] / src / main.rs
index 68578fdb59987d60344f8b5d138eab1a7f5cad2a..35c670fd1b549ac435e960291e12bf938e1db0b0 100644 (file)
@@ -91,6 +91,7 @@ mod part07;
 mod part08;
 mod part09;
 mod part10;
+mod part11;
 
 // To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main`
 // function.