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 1bc9ada commit e5815b4Copy full SHA for e5815b4
src/lib.rs
@@ -15,7 +15,7 @@ mod test {
15
16
#[test]
17
fn test() {
18
- assert_eq!(multiply(2, 2), 4);
+ assert_eq!(multiply(2, 2), 3);
19
}
20
21
0 commit comments