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.
2 parents d8ecf4b + ae69f42 commit 14ca4e8Copy full SHA for 14ca4e8
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 can be returned.
10
// Do not use:
11
// - another function call
12
// - additional variables
0 commit comments