Skip to content

Instantly share code, notes, and snippets.

@alioukahere
Created December 7, 2016 14:39
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 alioukahere/6c3be8dbfc3c67699238d2d91262eda9 to your computer and use it in GitHub Desktop.
Save alioukahere/6c3be8dbfc3c67699238d2d91262eda9 to your computer and use it in GitHub Desktop.
Print Hello World! in php
<?php
echo 'Hello World!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment