Exercise: generic function
- Implement a function that receives two u8 values and returns the bigger.
- Implement a function that receives two f32 values and returns the bigger.
- Implement a generic function that receives two values (of the same type) and returns the bigger.