Skip to content

Commit d4d5b47

Browse files
committed
Updated Kth largest element to Swift 4.2
1 parent 4130f35 commit d4d5b47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Kth Largest Element/kthLargest.playground/Contents.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
//: Playground - noun: a place where people can play
22

3-
// last checked with Xcode 9.0b4
4-
#if swift(>=4.0)
5-
print("Hello, Swift 4!")
6-
#endif
73

84
let a = [5, 1, 3, 2, 7, 6, 4]
95

0 commit comments

Comments
 (0)