Skip to content

Instantly share code, notes, and snippets.

@up1
Created June 17, 2014 06:28
Show Gist options
  • Save up1/51913140d2d75990beb3 to your computer and use it in GitHub Desktop.
Save up1/51913140d2d75990beb3 to your computer and use it in GitHub Desktop.
Hack :: Demo
<?hh
function sayHello(string $name): string {
return "Hello ". $name . "! ". PHP_EOL;
}
echo sayHello("Up1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment