Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created March 22, 2012 19:37
Show Gist options
  • Save rodurma/2162667 to your computer and use it in GitHub Desktop.
Save rodurma/2162667 to your computer and use it in GitHub Desktop.
Hello World
<?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