Skip to content

Instantly share code, notes, and snippets.

@MohamedFawzy
Created May 8, 2018 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedFawzy/d0efc7d4477bf2a4210d3f0ecbd201a3 to your computer and use it in GitHub Desktop.
Save MohamedFawzy/d0efc7d4477bf2a4210d3f0ecbd201a3 to your computer and use it in GitHub Desktop.
hello world simple extension using zephir lang
namespace HelloWorld;
class Greeting
{
public static function say()
{
echo "Hello World!";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment