コード例 #1
0
ファイル: index.php プロジェクト: bithu30/myRepo
<?php
require '../src/App/MyApp.php';

$application = new MyApp();
$application->hello();