Added a test for day 6.
This commit is contained in:
parent
4dbf46697c
commit
932d76ba8a
5
test
5
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").";
|
||||
# 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").";
|
Loading…
Reference in New Issue
Block a user