hello-world/php/helloworld.php
2024-04-04 21:47:49 +02:00

4 lines
52 B
PHP

#runs successfully
<?php
echo 'Hello World!';
?>