Skip to content

Commit

Permalink
Update Quad Tree to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BNTR committed Oct 13, 2018
1 parent af10fe9 commit 8573888
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions QuadTree/QuadTree.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// last checked with Xcode 9.0b5
#if swift(>=4.0)
print("Hello, Swift 4!")
#endif

import Foundation

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

0 comments on commit 8573888

Please sign in to comment.