Skip to content

Commit 6eba0f5

Browse files
committed
bug added
1 parent fe84173 commit 6eba0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/mypackage/Calculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public long subFucn(long first, long second){
1818

1919
public long mulFucn(long first, long second){
2020

21-
return first/second;
21+
return first*second;
2222
}
2323

2424

0 commit comments

Comments
 (0)