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.
1 parent f08d5fc commit 3f0bdc6Copy full SHA for 3f0bdc6
Tree/Tree.playground/Contents.swift
@@ -1,8 +1,8 @@
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!")
+#if swift(>=4.2)
+print("Hello, Swift 4.2!")
6
#endif
7
8
let tree = TreeNode<String>(value: "beverages")
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