Complete if section
This commit is contained in:
parent
d578d1966a
commit
3ee889c050
|
@ -7,6 +7,7 @@ pub fn bigger(a: i32, b: i32) -> i32 {
|
||||||
// - another function call
|
// - another function call
|
||||||
// - additional variables
|
// - additional variables
|
||||||
// Scroll down for hints.
|
// Scroll down for hints.
|
||||||
|
if a > b { a } else { b }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't mind this for now :)
|
// Don't mind this for now :)
|
||||||
|
|
Loading…
Reference in a new issue