mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
5 lines
48 B
PHP
5 lines
48 B
PHP
<?php
|
|
|
|
echo "Hello World!", PHP_EOL;
|
|
|
|
exit (0);
|