文件
buildWrapper/tests/scripts/script.php
2020-04-01 18:35:44 -04:00

7 行
56 B
PHP
可执行文件

#!/usr/bin/env php
<?php
print("Hello World");
?>