mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-01 12:04:50 -05:00
6 lines
48 B
PHP
6 lines
48 B
PHP
|
<?php
|
||
|
|
||
|
echo "Hello World!", PHP_EOL;
|
||
|
|
||
|
exit (0);
|