diff options
Diffstat (limited to 'aoc2023-other/day-24/day-24b.rkt')
-rw-r--r-- | aoc2023-other/day-24/day-24b.rkt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc2023-other/day-24/day-24b.rkt b/aoc2023-other/day-24/day-24b.rkt index 38e4317..a173a98 100644 --- a/aoc2023-other/day-24/day-24b.rkt +++ b/aoc2023-other/day-24/day-24b.rkt @@ -21,6 +21,9 @@ [_ (in-range 3)]) (parse-hail-record hail))) +;; part 1 - see day-24a.rkt +;; part 2 + (define-symbolic px py pz vx vy vz integer?) (define sol |