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

7 řádky
56 B
PHP
Spustitelný soubor

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