new folder php and new file php/l1.php for print hello world

This commit is contained in:
root 2026-05-31 05:29:32 +03:00
parent b03b89c17c
commit 4e8252925e

3
php/l1.php Normal file
View file

@ -0,0 +1,3 @@
<?php
echo "hello world\n";
?>