sources for custom image from chapter 01

This commit is contained in:
Fernando Lozano
2019-06-11 17:57:36 -03:00
parent a387a34d24
commit a478662e00
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?php
print "Hello, World! PHP version is " . PHP_VERSION . "\n";
?>