We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af10fe9 commit 8573888Copy full SHA for 8573888
QuadTree/QuadTree.playground/Contents.swift
@@ -1,8 +1,3 @@
1
-// last checked with Xcode 9.0b5
2
-#if swift(>=4.0)
3
-print("Hello, Swift 4!")
4
-#endif
5
-
6
import Foundation
7
8
let tree = QuadTree(rect: Rect(origin: Point(0, 0), size: Size(xLength: 10, yLength: 10)))
0 commit comments