X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/9ae2b045dd1772c02f7013953dd4108a99bd2c74..b60c82e9d3b03aa36484c1ff68f34f4e78862d46:/src/part08.rs diff --git a/src/part08.rs b/src/part08.rs index 630da42..4ef9d74 100644 --- a/src/part08.rs +++ b/src/part08.rs @@ -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)