Skip to content

Commit

Permalink
Removing version check
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan committed Nov 27, 2018
1 parent 3f0bdc6 commit 71c228a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tree/Tree.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
//: Playground - noun: a place where people can play

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

let tree = TreeNode<String>(value: "beverages")

let hotNode = TreeNode<String>(value: "hot")
Expand Down

0 comments on commit 71c228a

Please sign in to comment.