Add 'php/heyo.php'

This commit is contained in:
Sarimoko 2021-07-08 05:19:41 +00:00
parent 6e4932d0e6
commit 7036ec9969
1 changed files with 3 additions and 0 deletions

3
php/heyo.php Normal file
View File

@ -0,0 +1,3 @@
<?php
echo '<p>Heyo! Hello world...</p>';
?>