mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 06:45:39 +08:00
5 lines
56 B
PHP
5 lines
56 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
echo 'hello' . PHP_EOL;
|