Skip to content

Commit f95093e

Browse files
committed
Update Sorted Set to Swift 4.2
1 parent 9f5e81e commit f95093e

File tree

1 file changed

+0
-5
lines changed
  • Sorted Set/SortedSet.playground/Pages/Example 1.xcplaygroundpage

1 file changed

+0
-5
lines changed

Sorted Set/SortedSet.playground/Pages/Example 1.xcplaygroundpage/Contents.swift

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// last checked with Xcode 9.0b4
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
5-
61
//: # Example 1 with type Int
72

83
var mySet = SortedSet<Int>()

0 commit comments

Comments
 (0)