X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/2e8bcf46df767e7cbceb1ae92ba2ec8e4996c241..74a318b63dab5abd344f17bf71932f87f8e349ab:/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.