Skip to content

Commit 49ab039

Browse files
committed
Multiply solution Scala
1 parent a34476b commit 49ab039

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

multiply/Multiply.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
object Multiply {
2+
def multiply(a: Int, b: Int) = a * b
3+
}

0 commit comments

Comments
 (0)