first commit

This commit is contained in:
Enoch
2024-08-06 19:32:04 +08:00
commit f0701d25b9
41 changed files with 6686 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
support\App::run();