mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-01 00:09:18 +00:00
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…
x
Reference in New Issue
Block a user