some more exercises
[rust-101.git] / src / part03.rs
index 0e7db1d0175dbf7eb621672361de492564aec4cd..fa82eb7a21b1394cc4bd448efb5df25633733a85 100644 (file)
@@ -108,4 +108,7 @@ impl<T: Print> SomethingOrNothing<T> {
     }
 }
 
+// **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)