We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0bdc6 commit 71c228aCopy full SHA for 71c228a
Tree/Tree.playground/Contents.swift
@@ -1,10 +1,5 @@
1
//: Playground - noun: a place where people can play
2
3
-// last checked with Xcode 9.0b4
4
-#if swift(>=4.2)
5
-print("Hello, Swift 4.2!")
6
-#endif
7
-
8
let tree = TreeNode<String>(value: "beverages")
9
10
let hotNode = TreeNode<String>(value: "hot")
0 commit comments