finalize part 11
[rust-101.git] / src / part10.rs
index cfa10e43213869052ea2260f341bff3f290b77f0..53110dc0d335e390631fdfafbb3b98b0cd73d411 100644 (file)
@@ -141,4 +141,4 @@ fn filter_vec_by_divisor(v: &Vec<i32>, divisor: i32) -> Vec<i32> {
 // product of those numbers that sit at odd positions? A function that checks whether a vector contains a certain number? Whether all numbers are
 // smaller than some threshold? Be creative!
 
-//@ [index](main.html) | [previous](part09.html) | [next](main.html)
+//@ [index](main.html) | [previous](part09.html) | [next](part11.html)