diff options
Diffstat (limited to 'exercises/if/if1.rs')
| -rw-r--r-- | exercises/if/if1.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/if/if1.rs b/exercises/if/if1.rs index 6da09d3..da77e35 100644 --- a/exercises/if/if1.rs +++ b/exercises/if/if1.rs @@ -1,5 +1,7 @@ // if1.rs +// I AM NOT DONE + pub fn bigger(a: i32, b: i32) -> i32 { // Complete this function to return the bigger number! // Do not use: |
