*oops*
authorRalf Jung <post@ralfj.de>
Sun, 5 Jul 2015 15:49:39 +0000 (17:49 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 5 Jul 2015 15:49:39 +0000 (17:49 +0200)
src/main.rs

index abf286e3fc62813b8a7ede46dd3d386325898ffa..27ad38e82bd5d4f96c97a3c3ab9ac0ecf54f1a57 100644 (file)
@@ -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.