Skip to content

Commit 6c2aa24

Browse files
committed
Updated AVL Tree to Swift 4.2
1 parent d4fd216 commit 6c2aa24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

AVL Tree/AVLTree.playground/Contents.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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
73

84
let tree = AVLTree<Int, String>()
95

0 commit comments

Comments
 (0)