Skip to content

Instantly share code, notes, and snippets.

@Altenrion
Last active August 9, 2018 09:38
Show Gist options
  • Save Altenrion/8eb7f1e3ee9d6e9b7737 to your computer and use it in GitHub Desktop.
Save Altenrion/8eb7f1e3ee9d6e9b7737 to your computer and use it in GitHub Desktop.
Yaahoooo
<?
function MyFunc(){
echo 'Yaahoooo!';
}
MyFunc();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment