diff --git a/.gitattributes b/.gitattributes index 548094f..3e56594 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ lib/y*/input/day*.txt filter=git-crypt diff=git-crypt -test/y*/input/*.txt filter=git-crypt diff=git-crypt +test/y*/input/**/*.txt filter=git-crypt diff=git-crypt diff --git a/test/y2016/input/day22/part2_sample.txt b/test/y2016/input/day22/part2_sample.txt index 7793929..3b4a61c 100644 Binary files a/test/y2016/input/day22/part2_sample.txt and b/test/y2016/input/day22/part2_sample.txt differ diff --git a/test/y2018/input/day13/crash.txt b/test/y2018/input/day13/crash.txt index ef3ccc3..8801e0b 100644 Binary files a/test/y2018/input/day13/crash.txt and b/test/y2018/input/day13/crash.txt differ diff --git a/test/y2018/input/day13/intersecting_carts.txt b/test/y2018/input/day13/intersecting_carts.txt index b53f998..2f2801b 100644 Binary files a/test/y2018/input/day13/intersecting_carts.txt and b/test/y2018/input/day13/intersecting_carts.txt differ diff --git a/test/y2018/input/day13/removing_crashes.txt b/test/y2018/input/day13/removing_crashes.txt index 30bc010..47872cf 100644 Binary files a/test/y2018/input/day13/removing_crashes.txt and b/test/y2018/input/day13/removing_crashes.txt differ diff --git a/test/y2018/input/day13/removing_crashes_overlapping.txt b/test/y2018/input/day13/removing_crashes_overlapping.txt index 4c91d79..3040f6b 100644 Binary files a/test/y2018/input/day13/removing_crashes_overlapping.txt and b/test/y2018/input/day13/removing_crashes_overlapping.txt differ diff --git a/test/y2018/input/day13/simple_loop.txt b/test/y2018/input/day13/simple_loop.txt index d69d64b..4035fb3 100644 Binary files a/test/y2018/input/day13/simple_loop.txt and b/test/y2018/input/day13/simple_loop.txt differ diff --git a/test/y2018/input/day15/all_units_movement.txt b/test/y2018/input/day15/all_units_movement.txt index 3ace679..9b2952b 100644 Binary files a/test/y2018/input/day15/all_units_movement.txt and b/test/y2018/input/day15/all_units_movement.txt differ diff --git a/test/y2018/input/day15/full_match_1.txt b/test/y2018/input/day15/full_match_1.txt index ac399d6..f9b2ab9 100644 Binary files a/test/y2018/input/day15/full_match_1.txt and b/test/y2018/input/day15/full_match_1.txt differ diff --git a/test/y2018/input/day15/full_match_2.txt b/test/y2018/input/day15/full_match_2.txt index 58f778d..da8c258 100644 Binary files a/test/y2018/input/day15/full_match_2.txt and b/test/y2018/input/day15/full_match_2.txt differ diff --git a/test/y2018/input/day15/full_match_3.txt b/test/y2018/input/day15/full_match_3.txt index 6dc1c08..0d38361 100644 Binary files a/test/y2018/input/day15/full_match_3.txt and b/test/y2018/input/day15/full_match_3.txt differ diff --git a/test/y2018/input/day15/full_match_4.txt b/test/y2018/input/day15/full_match_4.txt index 2343d7b..b5b228d 100644 Binary files a/test/y2018/input/day15/full_match_4.txt and b/test/y2018/input/day15/full_match_4.txt differ diff --git a/test/y2018/input/day15/full_match_5.txt b/test/y2018/input/day15/full_match_5.txt index 95882b2..8ea5168 100644 Binary files a/test/y2018/input/day15/full_match_5.txt and b/test/y2018/input/day15/full_match_5.txt differ diff --git a/test/y2018/input/day15/full_match_6.txt b/test/y2018/input/day15/full_match_6.txt index 86c6584..c92cde8 100644 Binary files a/test/y2018/input/day15/full_match_6.txt and b/test/y2018/input/day15/full_match_6.txt differ diff --git a/test/y2018/input/day15/full_match_7.txt b/test/y2018/input/day15/full_match_7.txt index 14c7c2a..9a629b3 100644 Binary files a/test/y2018/input/day15/full_match_7.txt and b/test/y2018/input/day15/full_match_7.txt differ diff --git a/test/y2018/input/day15/more_movement.txt b/test/y2018/input/day15/more_movement.txt index c017969..517c0d3 100644 Binary files a/test/y2018/input/day15/more_movement.txt and b/test/y2018/input/day15/more_movement.txt differ diff --git a/test/y2018/input/day15/more_movement_2.txt b/test/y2018/input/day15/more_movement_2.txt index 7c8588a..8c58448 100644 Binary files a/test/y2018/input/day15/more_movement_2.txt and b/test/y2018/input/day15/more_movement_2.txt differ diff --git a/test/y2018/input/day15/movement.txt b/test/y2018/input/day15/movement.txt index 287befd..c7a9d73 100644 Binary files a/test/y2018/input/day15/movement.txt and b/test/y2018/input/day15/movement.txt differ diff --git a/test/y2018/input/day15/parse_input.txt b/test/y2018/input/day15/parse_input.txt index c54ecee..7557b03 100644 Binary files a/test/y2018/input/day15/parse_input.txt and b/test/y2018/input/day15/parse_input.txt differ diff --git a/test/y2018/input/day15/part_2_first.txt b/test/y2018/input/day15/part_2_first.txt index 291d351..aa7e8e3 100644 Binary files a/test/y2018/input/day15/part_2_first.txt and b/test/y2018/input/day15/part_2_first.txt differ diff --git a/test/y2018/input/day15/turn_by_turn.txt b/test/y2018/input/day15/turn_by_turn.txt index 291d351..aa7e8e3 100644 Binary files a/test/y2018/input/day15/turn_by_turn.txt and b/test/y2018/input/day15/turn_by_turn.txt differ diff --git a/test/y2018/input/day17/edge_case.txt b/test/y2018/input/day17/edge_case.txt index a5b13d6..1b4a67e 100644 Binary files a/test/y2018/input/day17/edge_case.txt and b/test/y2018/input/day17/edge_case.txt differ diff --git a/test/y2018/input/day17/sample.txt b/test/y2018/input/day17/sample.txt index 293b5af..36add3a 100644 Binary files a/test/y2018/input/day17/sample.txt and b/test/y2018/input/day17/sample.txt differ diff --git a/test/y2018/input/day17/sample_picture.txt b/test/y2018/input/day17/sample_picture.txt index b6638cd..ac93cda 100644 Binary files a/test/y2018/input/day17/sample_picture.txt and b/test/y2018/input/day17/sample_picture.txt differ diff --git a/test/y2018/input/day18/sample.txt b/test/y2018/input/day18/sample.txt index 13d299d..d891d24 100644 Binary files a/test/y2018/input/day18/sample.txt and b/test/y2018/input/day18/sample.txt differ diff --git a/test/y2018/input/day18/sample_small.txt b/test/y2018/input/day18/sample_small.txt index 1599aaa..3e05163 100644 Binary files a/test/y2018/input/day18/sample_small.txt and b/test/y2018/input/day18/sample_small.txt differ diff --git a/test/y2018/input/day19/sample.txt b/test/y2018/input/day19/sample.txt index d7d2a21..dc6f8fe 100644 Binary files a/test/y2018/input/day19/sample.txt and b/test/y2018/input/day19/sample.txt differ diff --git a/test/y2019/input/day10/sample_2.txt b/test/y2019/input/day10/sample_2.txt index 987698f..a624455 100644 Binary files a/test/y2019/input/day10/sample_2.txt and b/test/y2019/input/day10/sample_2.txt differ diff --git a/test/y2019/input/day10/sample_3.txt b/test/y2019/input/day10/sample_3.txt index e28e424..6c48f57 100644 Binary files a/test/y2019/input/day10/sample_3.txt and b/test/y2019/input/day10/sample_3.txt differ diff --git a/test/y2019/input/day10/sample_4.txt b/test/y2019/input/day10/sample_4.txt index af5b6e9..4752e9e 100644 Binary files a/test/y2019/input/day10/sample_4.txt and b/test/y2019/input/day10/sample_4.txt differ diff --git a/test/y2019/input/day10/sample_5.txt b/test/y2019/input/day10/sample_5.txt index 33437ba..806065e 100644 Binary files a/test/y2019/input/day10/sample_5.txt and b/test/y2019/input/day10/sample_5.txt differ diff --git a/test/y2019/input/day10/sample_6.txt b/test/y2019/input/day10/sample_6.txt index 38b0c1b..d9a3e56 100644 Binary files a/test/y2019/input/day10/sample_6.txt and b/test/y2019/input/day10/sample_6.txt differ diff --git a/test/y2019/input/day14/sample_1.txt b/test/y2019/input/day14/sample_1.txt index 65ad5cc..10fe3f8 100644 Binary files a/test/y2019/input/day14/sample_1.txt and b/test/y2019/input/day14/sample_1.txt differ diff --git a/test/y2019/input/day14/sample_2.txt b/test/y2019/input/day14/sample_2.txt index 85c4b1e..66927b2 100644 Binary files a/test/y2019/input/day14/sample_2.txt and b/test/y2019/input/day14/sample_2.txt differ diff --git a/test/y2019/input/day14/sample_3.txt b/test/y2019/input/day14/sample_3.txt index 4d6b9f0..8bde8a2 100644 Binary files a/test/y2019/input/day14/sample_3.txt and b/test/y2019/input/day14/sample_3.txt differ diff --git a/test/y2019/input/day14/sample_4.txt b/test/y2019/input/day14/sample_4.txt index c670978..17fe406 100644 Binary files a/test/y2019/input/day14/sample_4.txt and b/test/y2019/input/day14/sample_4.txt differ diff --git a/test/y2019/input/day14/sample_5.txt b/test/y2019/input/day14/sample_5.txt index a5ca2c3..ffe0d4b 100644 Binary files a/test/y2019/input/day14/sample_5.txt and b/test/y2019/input/day14/sample_5.txt differ diff --git a/test/y2019/input/day20/sample_1.txt b/test/y2019/input/day20/sample_1.txt index 02352d3..fddd31f 100644 Binary files a/test/y2019/input/day20/sample_1.txt and b/test/y2019/input/day20/sample_1.txt differ diff --git a/test/y2019/input/day20/sample_2.txt b/test/y2019/input/day20/sample_2.txt index 57e2e2f..487a4cc 100644 Binary files a/test/y2019/input/day20/sample_2.txt and b/test/y2019/input/day20/sample_2.txt differ diff --git a/test/y2019/input/day20/sample_3.txt b/test/y2019/input/day20/sample_3.txt index eb38dcd..1ac053d 100644 Binary files a/test/y2019/input/day20/sample_3.txt and b/test/y2019/input/day20/sample_3.txt differ diff --git a/test/y2020/input/day11/initial.txt b/test/y2020/input/day11/initial.txt index 1beaede..e1d7b71 100644 Binary files a/test/y2020/input/day11/initial.txt and b/test/y2020/input/day11/initial.txt differ diff --git a/test/y2020/input/day11/p1_round2.txt b/test/y2020/input/day11/p1_round2.txt index 350f31d..6012b4f 100644 Binary files a/test/y2020/input/day11/p1_round2.txt and b/test/y2020/input/day11/p1_round2.txt differ diff --git a/test/y2020/input/day11/p1_round3.txt b/test/y2020/input/day11/p1_round3.txt index bbc370b..76288d0 100644 Binary files a/test/y2020/input/day11/p1_round3.txt and b/test/y2020/input/day11/p1_round3.txt differ diff --git a/test/y2020/input/day11/p1_round4.txt b/test/y2020/input/day11/p1_round4.txt index 86646ed..6565622 100644 Binary files a/test/y2020/input/day11/p1_round4.txt and b/test/y2020/input/day11/p1_round4.txt differ diff --git a/test/y2020/input/day11/p1_round5.txt b/test/y2020/input/day11/p1_round5.txt index dbd760e..316fe45 100644 Binary files a/test/y2020/input/day11/p1_round5.txt and b/test/y2020/input/day11/p1_round5.txt differ diff --git a/test/y2020/input/day11/p2_round2.txt b/test/y2020/input/day11/p2_round2.txt index 0bfbfc3..edcb8a4 100644 Binary files a/test/y2020/input/day11/p2_round2.txt and b/test/y2020/input/day11/p2_round2.txt differ diff --git a/test/y2020/input/day11/p2_round3.txt b/test/y2020/input/day11/p2_round3.txt index 543d5e0..824a920 100644 Binary files a/test/y2020/input/day11/p2_round3.txt and b/test/y2020/input/day11/p2_round3.txt differ diff --git a/test/y2020/input/day11/p2_round4.txt b/test/y2020/input/day11/p2_round4.txt index 5f1eaba..f3c718a 100644 Binary files a/test/y2020/input/day11/p2_round4.txt and b/test/y2020/input/day11/p2_round4.txt differ diff --git a/test/y2020/input/day11/p2_round5.txt b/test/y2020/input/day11/p2_round5.txt index 2ae3675..46ef58e 100644 Binary files a/test/y2020/input/day11/p2_round5.txt and b/test/y2020/input/day11/p2_round5.txt differ diff --git a/test/y2020/input/day11/p2_round6.txt b/test/y2020/input/day11/p2_round6.txt index 3113fba..36eda0c 100644 Binary files a/test/y2020/input/day11/p2_round6.txt and b/test/y2020/input/day11/p2_round6.txt differ diff --git a/test/y2020/input/day11/round1.txt b/test/y2020/input/day11/round1.txt index cdea6b5..773ef5d 100644 Binary files a/test/y2020/input/day11/round1.txt and b/test/y2020/input/day11/round1.txt differ diff --git a/test/y2020/input/day19/part2.txt b/test/y2020/input/day19/part2.txt index 8c931b1..0c22ee7 100644 Binary files a/test/y2020/input/day19/part2.txt and b/test/y2020/input/day19/part2.txt differ diff --git a/test/y2020/input/day20/sample.txt b/test/y2020/input/day20/sample.txt index b07aa4b..cbc4bbe 100644 Binary files a/test/y2020/input/day20/sample.txt and b/test/y2020/input/day20/sample.txt differ diff --git a/test/y2020/input/day20/small.txt b/test/y2020/input/day20/small.txt index 4cc73af..8dba68c 100644 Binary files a/test/y2020/input/day20/small.txt and b/test/y2020/input/day20/small.txt differ diff --git a/test/y2023/input/day16/sample.txt b/test/y2023/input/day16/sample.txt index d6805ce..1bbc247 100644 Binary files a/test/y2023/input/day16/sample.txt and b/test/y2023/input/day16/sample.txt differ