Skip to content

Commit 0026bab

Browse files
authored
Merge pull request #514 from paulsumit1993/queue-swift4
Queue-swift4
2 parents 8f20ac1 + 4956959 commit 0026bab

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)