Move to src-php to make room for Go

This commit is contained in:
2023-12-03 21:00:03 +01:00
parent 49a526bce2
commit d8d3821113
14 changed files with 5 additions and 5 deletions

2
aoc
View File

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