Skip to content

Instantly share code, notes, and snippets.

@CloudyWater
Created January 29, 2017 01:22
Show Gist options
  • Save CloudyWater/da1524c48fb8e7ba107e39ac568d3b5c to your computer and use it in GitHub Desktop.
Save CloudyWater/da1524c48fb8e7ba107e39ac568d3b5c to your computer and use it in GitHub Desktop.
Simple Hello World php script
<?php
echo 'Hello World!';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment