X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/342e299d8a8fd79f07960312b73e241c6cc0400e..39b387735112972cad7bb3175393a0a09d767335:/src/main.rs diff --git a/src/main.rs b/src/main.rs index 68578fd..35c670f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -91,6 +91,7 @@ mod part07; mod part08; mod part09; mod part10; +mod part11; // To actually run the code of some part (after filling in the blanks, if necessary), simply edit the `main` // function.