Skip to content

Commit

Permalink
Progress on days 23 and 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Riari committed Dec 24, 2023
1 parent 8dd229f commit b69eb82
Show file tree
Hide file tree
Showing 6 changed files with 411 additions and 1 deletion.
160 changes: 159 additions & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ lazy_static = "1.4.0"
regex = "1.10.2"
num = "0.4.1"
itertools = "0.12.0"
colored = "2.1.0"
z3 = "0.12"
23 changes: 23 additions & 0 deletions data/examples/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#.#####################
#.......#########...###
#######.#########.#.###
###.....#.>.>.###.#.###
###v#####.#v#.###.#.###
###.>...#.#.#.....#...#
###v###.#.#.#########.#
###...#.#.#.......#...#
#####.#.#.#######.#.###
#.....#.#.#.......#...#
#.#####.#.#.#########v#
#.#...#...#...###...>.#
#.#.#v#######v###.###v#
#...#.>.#...>.>.#.###.#
#####v#.#.###v#.#.###.#
#.....#...#...#.#.#...#
#.#########.###.#.#.###
#...###...#...#...#.###
###.###.#.###v#####v###
#...#...#.#.>.>.#.>.###
#.###.###.#.###.#.#v###
#.....###...###...#...#
#####################.#
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 b69eb82

Please sign in to comment.