Skip to content

Instantly share code, notes, and snippets.

@dustinc
Created November 12, 2014 21:43
Show Gist options
  • Save dustinc/4835ad202add83eb50b1 to your computer and use it in GitHub Desktop.
Save dustinc/4835ad202add83eb50b1 to your computer and use it in GitHub Desktop.
function hello(){
echo 'hello world!';
}
Flight::route('/', 'hello');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment