We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 319f94d + 71c228a commit 9d2c06dCopy full SHA for 9d2c06d
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.0)
5
-print("Hello, Swift 4!")
6
-#endif
7
-
8
let tree = TreeNode<String>(value: "beverages")
9
10
let hotNode = TreeNode<String>(value: "hot")
Tree/Tree.playground/contents.xcplayground
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<playground version='5.0' target-platform='osx'>
+<playground version='5.0' target-platform='osx' last-migration='1000'>
<timeline fileName='timeline.xctimeline'/>
</playground>
0 commit comments