diff options
Diffstat (limited to 'exercises/functions/functions3.rs')
| -rw-r--r-- | exercises/functions/functions3.rs | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/exercises/functions/functions3.rs b/exercises/functions/functions3.rs index 63bb586..e3c1bf7 100644 --- a/exercises/functions/functions3.rs +++ b/exercises/functions/functions3.rs @@ -1,5 +1,5 @@ // functions3.rs -// Make me compile! Scroll down for hints :) +// Make me compile! Execute `rustlings hint functions3` for hints :) // I AM NOT DONE @@ -12,33 +12,3 @@ fn call_me(num: i32) { println!("Ring! Call number {}", i + 1); } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// This time, the function *declaration* is okay, but there's something wrong -// with the place where we're calling the function. |
