superlint/.automation/test/php/php_good_1.php
2020-06-22 20:47:00 +02:00

5 lines
48 B
PHP

<?php
echo "Hello World!", PHP_EOL;
exit (0);