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 f2cf385 commit cd138efCopy full SHA for cd138ef
src/main/java/Calculator.java
@@ -11,4 +11,4 @@ int multiply(int a, int b){
11
int divide(int a, int b){
12
return a / b;
13
}
14
-}
+}
0 commit comments