Framework fixes
This commit is contained in:
2
aoc21
2
aoc21
@ -7,6 +7,7 @@ use AdventOfCode21\Day2;
|
||||
use AdventOfCode21\Day3;
|
||||
use AdventOfCode21\Day4;
|
||||
use AdventOfCode21\Day6;
|
||||
use AdventOfCode21\Day7;
|
||||
use AdventOfCode21\Puzzle;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
@ -18,5 +19,6 @@ $application->add(new Day2());
|
||||
$application->add(new Day3());
|
||||
$application->add(new Day4());
|
||||
$application->add(new Day6());
|
||||
$application->add(new Day7());
|
||||
|
||||
$application->run();
|
||||
|
Reference in New Issue
Block a user