diff options
author | J.J <thechairman@thechairman.info> | 2023-12-24 16:21:38 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-24 16:21:38 -0500 |
commit | 74e6e49ff30c45b08c36d8846f794fb16fd7c36e (patch) | |
tree | a412ac6f86990d6507b172f076e3f17d91e5d0f2 /aoc2023-other/day-24/day-24a.rkt | |
parent | 48c2d7f41a0b6c9bb4279f6ab0ce16c2c94155d8 (diff) | |
download | gleam_aoc-74e6e49ff30c45b08c36d8846f794fb16fd7c36e.tar.gz gleam_aoc-74e6e49ff30c45b08c36d8846f794fb16fd7c36e.zip |
day 24 parts 1 and 2 complete
Diffstat (limited to 'aoc2023-other/day-24/day-24a.rkt')
-rw-r--r-- | aoc2023-other/day-24/day-24a.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc2023-other/day-24/day-24a.rkt b/aoc2023-other/day-24/day-24a.rkt index f366df1..39f559c 100644 --- a/aoc2023-other/day-24/day-24a.rkt +++ b/aoc2023-other/day-24/day-24a.rkt @@ -40,4 +40,4 @@ #:when (apply valid-intersection? trial-paths)) 1) -;; part 2 - in Z3 via Python +;; part 2 - see day-24b.rkt |