Skip to content
Snippets Groups Projects
Commit 28044a3f authored by Owen Elliot Minnes's avatar Owen Elliot Minnes
Browse files

Address exercise 1 warning

parent e4736413
No related branches found
Tags v1.17.8
No related merge requests found
// You should implement the following function:
fn sum_of_multiples(mut number: i32, multiple1: i32, multiple2: i32) -> i32
fn sum_of_multiples(number: i32, multiple1: i32, multiple2: i32) -> i32
{
let mut sum : i32 = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment