Skip to content

Commit f1363dd

Browse files
author
Francesco Scalise
committed
[Swift 4.2] Count occurences
1 parent 319f94d commit f1363dd

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)