4 строки
60 B
PHP
4 строки
60 B
PHP
|
<?php
|
||
|
include dirname(__DIR__) . '/src/App.php';
|
||
|
|
||
|
new App();
|