X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/1b77423cf168e5ff2b41667ea67252f4fbc44652..f9bb29fcf0e25966dddd1dca29d70d392a5dfdca:/src/part03.rs diff --git a/src/part03.rs b/src/part03.rs index 0e7db1d..fa82eb7 100644 --- a/src/part03.rs +++ b/src/part03.rs @@ -108,4 +108,7 @@ impl SomethingOrNothing { } } +// **Exercise 03.2**: Building on exercise 02.2, implement all the things you need on `f32` to make your +// program work with floating-point numbers. + // [index](main.html) | [previous](part02.html) | [next](part04.html)