hello-world/php/helloworld.php

3 lines
38 B
PHP
Raw Normal View History

2024-04-04 18:20:32 +00:00
<?php
echo '<p>Hallo Welt</p>';
?>