Skip to content

Commit

Permalink
Day 24 in the books... z3 is wild
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Dec 24, 2023
1 parent 16490d2 commit 1f3041f
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 1 deletion.
286 changes: 286 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ test_lib = []
[dependencies]
pico-args = "0.5.0"
regex = "1.10.2"
z3 = { version = "0.12.1", features = ["num"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.
| [Day 21](https://adventofcode.com/2023/day/21) | [code](src/bin/21.rs) |||
| [Day 22](https://adventofcode.com/2023/day/22) | [code](src/bin/22.rs) |||
| [Day 23](https://adventofcode.com/2023/day/23) | [code](src/bin/23.rs) |||
| [Day 24](https://adventofcode.com/2023/day/24) | [code](src/bin/24.rs) | | |
| [Day 24](https://adventofcode.com/2023/day/24) | [code](src/bin/24.rs) | | |
| [Day 25](https://adventofcode.com/2023/day/25) | [code](src/bin/25.rs) | | |

---
Expand Down
5 changes: 5 additions & 0 deletions data/examples/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
19, 13, 30 @ -2, 1, -2
18, 19, 22 @ -1, -1, -2
20, 25, 34 @ -2, -2, -4
12, 31, 28 @ -1, -2, -1
20, 19, 15 @ 1, -5, -3
Loading

0 comments on commit 1f3041f

Please sign in to comment.