diff options
Diffstat (limited to 'exercises/test3.rs')
| -rw-r--r-- | exercises/test3.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/test3.rs b/exercises/test3.rs index 9a72118..f94c36f 100644 --- a/exercises/test3.rs +++ b/exercises/test3.rs @@ -7,6 +7,8 @@ // we expect to get when we call `times_two` with a negative number. // No hints, you can do this :) +// I AM NOT DONE + pub fn times_two(num: i32) -> i32 { num * 2 } |
