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 9299df4 + 8573888 commit 08d4d62Copy full SHA for 08d4d62
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