Skip to content

Commit

Permalink
functions3
Browse files Browse the repository at this point in the history
  • Loading branch information
gylman committed Sep 11, 2023
1 parent 9254f76 commit f6cac65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exercises/functions/functions3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a
// hint.

// I AM NOT DONE

fn main() {
call_me();
call_me(10);
}

fn call_me(num: u32) {
Expand Down
Binary file removed temp_79709_ThreadId1
Binary file not shown.

0 comments on commit f6cac65

Please sign in to comment.