Skip to content

Commit 3f0bdc6

Browse files
committed
[Swift 4.2] Update Tree
1 parent f08d5fc commit 3f0bdc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tree/Tree.playground/Contents.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//: Playground - noun: a place where people can play
22

33
// last checked with Xcode 9.0b4
4-
#if swift(>=4.0)
5-
print("Hello, Swift 4!")
4+
#if swift(>=4.2)
5+
print("Hello, Swift 4.2!")
66
#endif
77

88
let tree = TreeNode<String>(value: "beverages")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<playground version='5.0' target-platform='osx'>
2+
<playground version='5.0' target-platform='osx' last-migration='1000'>
33
<timeline fileName='timeline.xctimeline'/>
44
</playground>

0 commit comments

Comments
 (0)