Skip to content

Commit

Permalink
Update Sorted Set to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelnikov committed Oct 17, 2018
1 parent 9f5e81e commit f95093e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// last checked with Xcode 9.0b4
#if swift(>=4.0)
print("Hello, Swift 4!")
#endif

//: # Example 1 with type Int

var mySet = SortedSet<Int>()
Expand Down

0 comments on commit f95093e

Please sign in to comment.