Merge pull request #143 from geekcom/patch-1

Update php.php
This commit is contained in:
Mike Donaghy
2015-04-12 13:31:06 -04:00

View File

@@ -1,3 +1,5 @@
<?php
echo "Hello World";
//or
print "Hello World";
?>