complete part 09
[rust-101.git] / src / part08.rs
index 630da427dfec70d2dad9f1920579b2b4277faf8e..4ef9d742447e14d8e7a493a6a4bf24d2c9737d9d 100644 (file)
@@ -145,4 +145,4 @@ mod tests {
 // **Exercise 08.6**: Write a subtraction function, and testcases for it. Decide for yourself how you want to handle negative results.
 // For example, you may want to return an `Option`, to panic, or to return `0`.
 
-//@ [index](main.html) | [previous](part07.html) | [next](main.html)
+//@ [index](main.html) | [previous](part07.html) | [next](part09.html)