From: Ralf Jung Date: Sun, 5 Jul 2015 15:49:39 +0000 (+0200) Subject: *oops* X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/74a318b63dab5abd344f17bf71932f87f8e349ab *oops* --- diff --git a/src/main.rs b/src/main.rs index abf286e..27ad38e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -87,7 +87,7 @@ mod part05; mod part06; mod part07; mod part08; -//mod part09; +mod part09; // To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main` // function.