We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08d4d62 + 6c2aa24 commit 0f2c5aaCopy full SHA for 0f2c5aa
AVL Tree/AVLTree.playground/Contents.swift
@@ -1,9 +1,5 @@
1
//: Playground - noun: a place where people can play
2
3
-// last checked with Xcode 9.0b4
4
-#if swift(>=4.0)
5
-print("Hello, Swift 4!")
6
-#endif
7
8
let tree = AVLTree<Int, String>()
9
0 commit comments