8 lines
120 B
Plaintext
Raw Normal View History

2021-12-03 16:46:00 +01:00
#!/usr/bin/env php
<?php
require_once __DIR__."/vendor/autoload.php";
$app = new Hello\HelloApplication;
$app->run();