Skip to content

Commit 4956959

Browse files
committed
update queue implementation to Swift 4 with Xcode 9b4
1 parent 78502b7 commit 4956959

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Queue/Queue.playground/Contents.swift

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
// last checked with Xcode 9.0b4
3+
#if swift(>=4.0)
4+
print("Hello, Swift 4!")
5+
#endif
6+
17
/*
28
Queue
39

0 commit comments

Comments
 (0)