mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-07 14:35:20 +08:00
5 lines
37 B
PHP
5 lines
37 B
PHP
|
<?php
|
||
|
echo <<<ETO
|
||
|
Hello,World!
|
||
|
ETO;
|