Skip to content

Commit

Permalink
Update src/scala/Exponentiation.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins authored Oct 29, 2024
1 parent 75b842d commit 66f9f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scala/Exponentiation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ def exponentiation(base: Int, exponent: Int): Int = {
}

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

0 comments on commit 66f9f94

Please sign in to comment.