Merge pull request #112 from Gunni/master

PHP prints out what is outside <?php ?>, useful for html.
This commit is contained in:
Mike Donaghy 2014-01-23 13:21:03 -08:00
commit 83f7582f41

View File

@ -1,3 +1 @@
<?php
print("Hello World");
?>
Hello World