Move solutions out of the source itself
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-03 20:47:53 +01:00
parent 5c86431824
commit 68583b1b84
22 changed files with 71 additions and 69 deletions

2
aoc
View File

@ -11,6 +11,8 @@ use trizz\AdventOfCode\Commands\TestDay;
(new CollisionProvider())->register();
require_once __DIR__.'/src/bootstrap.php';
$application = new Application('Advent of Code by trizz');
$application->add(new Puzzle());