hello-world/php/helloworld.php
2024-04-04 20:20:32 +02:00

3 lines
38 B
PHP

<?php
echo '<p>Hallo Welt</p>';
?>