Skip to content

Commit

Permalink
Merge pull request kodecocodes#514 from paulsumit1993/queue-swift4
Browse files Browse the repository at this point in the history
Queue-swift4
  • Loading branch information
kelvinlauKL authored Jul 25, 2017
2 parents 8f20ac1 + 4956959 commit 0026bab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Queue/Queue.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

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

/*
Queue

Expand Down

0 comments on commit 0026bab

Please sign in to comment.