complete 02/[0,1,2]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
fn compute(a: u32, b: u32) -> u32 {
|
||||
// TODO: change the line below to fix the compiler error and make the tests pass.
|
||||
let multiplier: u8 = 4;
|
||||
a + b * multiplier
|
||||
a + b * multiplier as u32
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user