X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/ebb00d95c585dd0520e54ec48df80262f02583cf..832768ac8f69b436c1f90ad7a2f01af25091599a:/src/part10.rs diff --git a/src/part10.rs b/src/part10.rs index 0522cb0..6969889 100644 --- a/src/part10.rs +++ b/src/part10.rs @@ -141,4 +141,4 @@ fn filter_vec_by_divisor(v: &Vec, divisor: i32) -> Vec { // 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](part11.html) +//@ [index](main.html) | [previous](part09.html) | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part10.rs) | [next](part11.html)