Skip to content

Commit

Permalink
[Swift 4.2] Update Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan committed Oct 5, 2018
1 parent f08d5fc commit 3f0bdc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tree/Tree.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//: Playground - noun: a place where people can play

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

let tree = TreeNode<String>(value: "beverages")
Expand Down
2 changes: 1 addition & 1 deletion Tree/Tree.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -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 comments on commit 3f0bdc6

Please sign in to comment.