X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/a115b75de6e7e85f8799a77e2998ab1a24743e06..9ae2b045dd1772c02f7013953dd4108a99bd2c74:/workspace/src/part01.rs diff --git a/workspace/src/part01.rs b/workspace/src/part01.rs index bcc1b03..1b2460c 100644 --- a/workspace/src/part01.rs +++ b/workspace/src/part01.rs @@ -1,5 +1,3 @@ -// ***Remember to enable/add this part in `main.rs`!*** - // Rust-101, Part 01: Expressions, Inherent methods // ================================================ @@ -68,4 +66,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)