Skip to content

Commit 78502b7

Browse files
authored
Merge pull request kodecocodes#510 from paulsumit1993/Stack-Swift4
update Stack implementation to Swift 4 with Xcode 9b4
2 parents fe36d26 + d745696 commit 78502b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Stack/Stack.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
Stack
39

0 commit comments

Comments
 (0)