Christopher Vagnetoft
9b78e90b57
Some checks failed
continuous-integration/woodpecker the build failed
8 lines
120 B
PHP
Executable File
8 lines
120 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
require_once __DIR__."/vendor/autoload.php";
|
|
|
|
$app = new Hello\HelloApplication;
|
|
$app->run();
|