simple-php/index.php
2019-12-20 00:09:25 +01:00

5 lines
No EOL
73 B
PHP

<?php
include 'vendor/autoload.php';
echo \Runtime\Bootstrap::handle();