first commit

This commit is contained in:
2026-04-11 18:57:00 +02:00
commit 58bcc8f0f3
29 changed files with 3290 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
require __DIR__ . '/src/bootstrap.php';
$app = new App();
$app->run();