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

3 lines
33 B
PHP

<?php
echo 'Hello World!';
?>