i put a change in the air

This commit is contained in:
Student User 2021-07-01 07:03:15 -04:00
parent f7cd8963ef
commit d4bdc16e87

View file

@ -1,3 +1,4 @@
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
print "a change is in the air";
?>