lots of work on part01
[rust-101.git] / src / part01.rs
index c4c21c5ef0eb6d493f9376a5743a5541321eb723..bd7e9fb769b38e6a03c3915e36d7bd4eb34d7034 100644 (file)
@@ -3,10 +3,8 @@
 // Rust-101, Part 00
 // =================
 
-pub fn read_vec() -> Vec<i32> {
-    vec![0,1,2,3,4]
-}
-
 pub fn part_main() {
     
 }
+
+// [index](main.html) | [previous](part00.html) | [next](part02.html)