Initial commit
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
2021-12-03 16:46:00 +01:00
parent 9e12f48274
commit 9b78e90b57
10 changed files with 115 additions and 1 deletions

7
hello Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env php
<?php
require_once __DIR__."/vendor/autoload.php";
$app = new Hello\HelloApplication;
$app->run();