This commit is contained in:
Student User
2022-11-09 07:22:06 -05:00
parent f7cd8963ef
commit 0d5c183fcf

View File

@@ -1,3 +1,4 @@
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
print "hello world 2";
?>