new folder php and new file php/l1.php for print hello world
This commit is contained in:
parent
b03b89c17c
commit
4e8252925e
1 changed files with 3 additions and 0 deletions
3
php/l1.php
Normal file
3
php/l1.php
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
echo "hello world\n";
|
||||||
|
?>
|
||||||
Loading…
Reference in a new issue