From 932d76ba8a78a488b8f94a8f4fe9b4d1b481a4cf Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 7 Dec 2023 00:44:40 +0400 Subject: [PATCH] Added a test for day 6. --- test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test b/test index 0e9d7c2..97449a6 100755 --- a/test +++ b/test @@ -19,4 +19,7 @@ echo "Day 4 with test data part 1 $(test_case 4 1 "test" "13"), and part 2 $(tes echo "Day 4 with my data part 1 $(test_case 4 1 "my" "21959"), and part 2 $(test_case 4 2 "my" "5132675")."; echo "Day 5 with test data part 1 $(test_case 5 1 "test" "35"), and part 2 $(test_case 5 2 "test" "46")."; -# echo "Day 5 with my data part 1 $(test_case 5 1 "my" "379811651"), and part 2 $(test_case 5 2 "my" "27992443")."; \ No newline at end of file +# echo "Day 5 with my data part 1 $(test_case 5 1 "my" "379811651"), and part 2 $(test_case 5 2 "my" "27992443")."; + +echo "Day 6 with test data part 1 $(test_case 6 1 "test" "288"), and part 2 $(test_case 6 2 "test" "71503")."; +echo "Day 6 with my data part 1 $(test_case 6 1 "my" "2344708"), and part 2 $(test_case 6 2 "my" "30125202")."; \ No newline at end of file