Skip to content

Commit

Permalink
import added
Browse files Browse the repository at this point in the history
  • Loading branch information
suparna-khamaru authored Jun 11, 2020
1 parent 87460da commit 0b672fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PowerUsingRecursion.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import UIKit

func power(number: Int, n: Int) -> Int {

if n == 0 { //base case
Expand Down

0 comments on commit 0b672fc

Please sign in to comment.