Skip to content

Commit 9d2c06d

Browse files
authored
Merge pull request kodecocodes#765 from chickdan/master
[Swift 4.2] Update Tree
2 parents 319f94d + 71c228a commit 9d2c06d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Tree/Tree.playground/Contents.swift

Lines changed: 0 additions & 5 deletions
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.0)
5-
print("Hello, Swift 4!")
6-
#endif
7-
83
let tree = TreeNode<String>(value: "beverages")
94

105
let hotNode = TreeNode<String>(value: "hot")
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)