We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bigger
1 parent 8d0aa11 commit 1da82a0Copy full SHA for 1da82a0
exercises/03_if/if1.rs
@@ -6,6 +6,7 @@
6
7
pub fn bigger(a: i32, b: i32) -> i32 {
8
// Complete this function to return the bigger number!
9
+ // If both numbers are equal, any of them is returned.
10
// Do not use:
11
// - another function call
12
// - additional variables
0 commit comments