We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45337c7 commit 1bc9adaCopy full SHA for 1bc9ada
src/lib.rs
@@ -5,6 +5,7 @@ pub fn multiply(a: i32, b: i32) -> i32 {
5
6
/// Divides two integers
7
pub fn divide(a: i32, b: i32) -> i32 {
8
+ let a = a / 1;
9
a / b
10
}
11
0 commit comments