Skip to content

Commit

Permalink
[Swift 4] Update Threaded Binary Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
remlostime committed Aug 2, 2017
1 parent 61c9376 commit 0b55806
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
//: Playground - noun: a place where people can play

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

// Simple little debug function to make testing output pretty
func check(_ tree: ThreadedBinaryTree<Int>?) {
if let tree = tree {
Expand Down

0 comments on commit 0b55806

Please sign in to comment.