write code for part 03
[rust-101.git] / src / main.rs
index b635f7ebe80be403eafabe0eafc0dfe18a95b358..e89f2f145aa4aee757c3c2ce191c7468e3e3eb10 100644 (file)
 // * [Part 00](part00.html)
 // * [Part 01](part01.html)
 // * [Part 02](part02.html)
+// * [Part 03](part03.html) (WIP)
 // * (to be continued)
 #![allow(dead_code, unused_imports, unused_variables)]
 mod part00;
 mod part01;
 mod part02;
+mod part03;
 
 // To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main`
 // function.