Skip to content

Commit 3907f60

Browse files
authored
Merge pull request kodecocodes#847 from ciccioska/swift-4.2-count-occurences
[Swift 4.2] Count occurrences
2 parents 9d2c06d + f1363dd commit 3907f60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Count Occurrences/CountOccurrences.playground/Contents.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// last checked with Xcode 9.0b4
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
51

62
func countOccurrencesOfKey(_ key: Int, inArray a: [Int]) -> Int {
73
func leftBoundary() -> Int {

0 commit comments

Comments
 (0)