PHP/php/heyo.php

3 lines
48 B
PHP
Raw Normal View History

2021-07-08 05:19:41 +00:00
<?php
echo '<p>Heyo! Hello world...</p>';
?>