Skip to content

Commit 8573888

Browse files
committed
Update Quad Tree to Swift 4.2
1 parent af10fe9 commit 8573888

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

QuadTree/QuadTree.playground/Contents.swift

-5
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)