DO180-apps/php-helloworld/index.php
2021-07-01 07:03:15 -04:00

4 lines
101 B
PHP

<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
print "a change is in the air";
?>