Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created March 22, 2012 19:38
Show Gist options
  • Select an option

  • Save rodurma/2162693 to your computer and use it in GitHub Desktop.

Select an option

Save rodurma/2162693 to your computer and use it in GitHub Desktop.
#!/usr/bin/php -q
<?php
function hello_world(){
echo "Olá Mundo";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment