示例#1
0
文件: index.php 项目: bithu30/myRepo
<?php
require '../src/App/MyApp.php';

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