1 Commits

Author SHA1 Message Date
Student User
c670eebcf8 DO180 2022-11-07 07:44:26 -05:00
2 changed files with 1 additions and 1 deletions

1
TEST Normal file
View File

@@ -0,0 +1 @@
hello world

View File

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