Initial commit of new codebase

This commit is contained in:
2017-01-09 02:24:59 +01:00
commit 00ebb6ff95
9 changed files with 361 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once __DIR__."/../vendor/autoload.php";
$app = new MakePhar\Application();
$app->run();