Making things more versatile for day 2.
This commit is contained in:
@@ -8,8 +8,8 @@ foreach ($days as $day) {
|
||||
$solutions = [];
|
||||
$solutions['day_1']['part_1'] = day1solution1();
|
||||
$solutions['day_1']['part_2'] = day1solution1b();
|
||||
$solutions['day_2']['part_1'] = day2part1();
|
||||
$solutions['day_2']['part_2'] = day2part1b();
|
||||
$solutions['day_2']['part_1'] = day2(1);
|
||||
$solutions['day_2']['part_2'] = day2(2);
|
||||
|
||||
// OUTPUT THE SOLUTIONS WE HAVE.
|
||||
foreach ($solutions as $day => $parts) {
|
||||
|
||||
Reference in New Issue
Block a user