@-ify all the things
[rust-101.git] / workspace / src / part01.rs
index bcc1b03bbd6ae9efea5d963241dc973e73cf2d0f..0578c4325abd80800adb09bad76c41141f2f54c1 100644 (file)
@@ -68,4 +68,3 @@ 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)