X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/a115b75de6e7e85f8799a77e2998ab1a24743e06..cb170f41304c809a22de172621845e637e28b8d2:/src/part01.rs?ds=inline diff --git a/src/part01.rs b/src/part01.rs index 11e9077..ed4f73f 100644 --- a/src/part01.rs +++ b/src/part01.rs @@ -100,4 +100,4 @@ pub fn main() { // **Exercise 01.2**: Write a function `vec_print` that takes a vector and prints all its elements. -// [index](main.html) | [previous](part00.html) | [next](part02.html) +//@ [index](main.html) | [previous](part00.html) | [next](part02.html)