Skip to content

Commit d745696

Browse files
committed
update Stack implementation to Swift 4 with Xcode 9b4
1 parent 058aefd commit d745696

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)