Compare commits

..

1 commit
master ... s2i

Author SHA1 Message Date
Student User
cc0aa09921 changed homepage 2021-07-01 05:36:11 -04:00

View file

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