Skip to content

Commit bc18bf6

Browse files
authored
Merge pull request #550 from remlostime/bounded-pq-swift
[Swift 4] Update Bounded Priority Queue
2 parents 4ef4e10 + 47358d8 commit bc18bf6

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)