We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b842d commit 66f9f94Copy full SHA for 66f9f94
src/scala/Exponentiation.scala
@@ -5,5 +5,5 @@ def exponentiation(base: Int, exponent: Int): Int = {
5
}
6
7
object Main extends App {
8
- println("5 ^ 3 = " + exponentiation(5, 3));
+ println("5 ^ 3 = " + exponentiation(5, 3))
9
0 commit comments