Skip to content

Commit

Permalink
Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nloveladyallen committed Oct 17, 2016
1 parent 2768be4 commit 2e70dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func FizzBuzz(num: Int) -> () {
}

for i in 1...100 {
FizzBuzz(i)
FizzBuzz(num: i)
}

0 comments on commit 2e70dba

Please sign in to comment.