Skip to content

Commit 66f9f94

Browse files
authored
Update src/scala/Exponentiation.scala
1 parent 75b842d commit 66f9f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scala/Exponentiation.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ def exponentiation(base: Int, exponent: Int): Int = {
55
}
66

77
object Main extends App {
8-
println("5 ^ 3 = " + exponentiation(5, 3));
8+
println("5 ^ 3 = " + exponentiation(5, 3))
99
}

0 commit comments

Comments
 (0)