Exemplo n.º 1
0
<?php

include '../highlands.php';
$highlands = new Highlands();
$highlands->run();
<?php

include '../highlands.php';
Highlands::run();