mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-26 18:51:03 -05:00
6 lines
48 B
PHP
6 lines
48 B
PHP
|
<?php
|
||
|
|
||
|
echo "Hello World!", PHP_EOL;
|
||
|
|
||
|
exit (0);
|