work on part04
[rust-101.git] / src / part03.rs
index f76c4aaf4a498867f3bb13266d53700e32e5530e..e34ef5878e93edc667640e0bc3283c7ba8ec6657 100644 (file)
@@ -1,5 +1,5 @@
-// Rust-101, Part 03: Input, Testing
-// =================================
+// Rust-101, Part 03: Input
+// ========================
 
 // In part 00, I promised that we would eventually replace `read_vec` by a function
 // that actually asks the user to enter a bunch of numbers. Unfortunately,