DO288-apps/php-helloworld/index.php
2019-05-23 13:13:16 -04:00

3 lines
69 B
PHP

<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>