X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/a115b75de6e7e85f8799a77e2998ab1a24743e06..8fcdbed310c53f621fba0401399659ed1a1ec446:/src/part01.rs?ds=sidebyside 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)