Skip to content

Commit

Permalink
Migrate to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NORMANDY REAL authored and NORMANDY REAL committed Oct 13, 2018
1 parent af10fe9 commit 2a29718
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Ordered Array/OrderedArray.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//: Playground - noun: a place where people can play

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


public struct OrderedArray<T: Comparable> {
fileprivate var array = [T]()
Expand Down

0 comments on commit 2a29718

Please sign in to comment.