diff options
Diffstat (limited to 'exercises/02_functions/functions1.rs')
| -rw-r--r-- | exercises/02_functions/functions1.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/02_functions/functions1.rs b/exercises/02_functions/functions1.rs index 40ed9a0..2365f91 100644 --- a/exercises/02_functions/functions1.rs +++ b/exercises/02_functions/functions1.rs @@ -3,8 +3,6 @@ // Execute `rustlings hint functions1` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - fn main() { call_me(); } |
