예제 #1
0
파일: index.php 프로젝트: bithu30/myRepo
<?php
require '../src/App/MyApp.php';

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