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 a34476b commit 49ab039Copy full SHA for 49ab039
multiply/Multiply.scala
@@ -0,0 +1,3 @@
1
+object Multiply {
2
+ def multiply(a: Int, b: Int) = a * b
3
+}
0 commit comments