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

4 lines
59 B
PHP

<?php
//runs successfully
echo "Hello World!\n";
?>