3 lines
48 B
PHP
3 lines
48 B
PHP
|
<?php
|
||
|
echo '<p>Heyo! Hello world...</p>';
|
||
|
?>
|