write part 16
[rust-101.git] / src / main.rs
index 1317856fb397a8224da1a3bd0636bc57b140340c..19abe4eacfd1ccef31fff28b0979698f9cff1a98 100644 (file)
@@ -104,6 +104,7 @@ mod part12;
 mod part13;
 mod part14;
 mod part15;
+mod part16;
 
 // To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main`
 // function.