Skip to content

Commit 71c228a

Browse files
committed
Removing version check
1 parent 3f0bdc6 commit 71c228a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tree/Tree.playground/Contents.swift

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
//: Playground - noun: a place where people can play
22

3-
// last checked with Xcode 9.0b4
4-
#if swift(>=4.2)
5-
print("Hello, Swift 4.2!")
6-
#endif
7-
83
let tree = TreeNode<String>(value: "beverages")
94

105
let hotNode = TreeNode<String>(value: "hot")

0 commit comments

Comments
 (0)