1 Commits
master ... s2i

Author SHA1 Message Date
Student User
0d5c183fcf change 2022-11-09 07:22:06 -05: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 "hello world 2";
?> ?>