tambah hello dengan bahasa php

This commit is contained in:
dodo 2019-08-08 07:51:06 +07:00
parent 005ce9570b
commit bf17ff79d5
1 changed files with 3 additions and 0 deletions

3
hello.php Normal file
View File

@ -0,0 +1,3 @@
<?php
echo "Hello php";
?>