Skip to content

Commit

Permalink
fix(if1): Remove return reference
Browse files Browse the repository at this point in the history
This closes #153.
  • Loading branch information
marisa committed Nov 11, 2019
1 parent 3232a4d commit ad03d18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion exercises/if/if1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pub fn bigger(a: i32, b: i32) -> i32 {
// Complete this function to return the bigger number!
// Do not use:
// - return
// - another function call
// - additional variables
// Scroll down for hints.
Expand Down

0 comments on commit ad03d18

Please sign in to comment.