Skip to content

Commit 47358d8

Browse files
committed
[Swift 4] Update Bounded PQ
1 parent 7077bc1 commit 47358d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Bounded Priority Queue/BoundedPriorityQueue.playground/Contents.swift

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// last checked with Xcode 9.0b4
2+
#if swift(>=4.0)
3+
print("Hello, Swift 4!")
4+
#endif
5+
16
struct Message: Comparable, CustomStringConvertible {
27
let name: String
38
let priority: Int

0 commit comments

Comments
 (0)