Compare commits

..

1 commit

Author SHA1 Message Date
Student User
d4bdc16e87 i put a change in the air 2021-07-01 07:03:15 -04:00

View file

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