Skip to content

Commit 08d4d62

Browse files
authored
Merge pull request kodecocodes#784 from BNTR/swift-4-2-quad-tree
[Swift 4.2] Update Quad Tree
2 parents 9299df4 + 8573888 commit 08d4d62

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

QuadTree/QuadTree.playground/Contents.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// last checked with Xcode 9.0b5
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
5-
61
import Foundation
72

83
let tree = QuadTree(rect: Rect(origin: Point(0, 0), size: Size(xLength: 10, yLength: 10)))

0 commit comments

Comments
 (0)