X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/23c658ed26c424dd6f38468108dd8ac34534fe1e..177a1f127af6601f373be9742c31351f556633ab:/src/part03.rs diff --git a/src/part03.rs b/src/part03.rs index f76c4aa..e34ef58 100644 --- a/src/part03.rs +++ b/src/part03.rs @@ -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,