organization.
This commit is contained in:
7
desktop/src-common/advent/zone.clj
Normal file
7
desktop/src-common/advent/zone.clj
Normal file
@@ -0,0 +1,7 @@
|
||||
(ns advent.zone)
|
||||
|
||||
(defn box [x1 y1 x2 y2]
|
||||
(fn [x y]
|
||||
(and
|
||||
(< x1 x x2)
|
||||
(< y1 y y2))))
|
||||
Reference in New Issue
Block a user