X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/c25f3400060ea1a02f8fa9de69c39fd7b020e8a5..ee5a849f625d3bd9bd9bb661428d1c051f285ebe:/src/main.rs 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.