Added example file

pull/11/head
Mike Cao 14 years ago
parent fee13cf2ca
commit 2978d6b8a5

@ -0,0 +1,9 @@
<?php
require 'flight/Flight.php';
Flight::route('/', function(){
echo 'hello world!';
});
Flight::start();
?>
Loading…
Cancel
Save