chore: Clean up some formatting in exercises
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// if1.rs
|
||||
|
||||
pub fn bigger(a: i32, b:i32) -> i32 {
|
||||
pub fn bigger(a: i32, b: i32) -> i32 {
|
||||
// Complete this function to return the bigger number!
|
||||
// Do not use:
|
||||
// - return
|
||||
|
||||
Reference in New Issue
Block a user