RosettaCodeData/Task/Shell-one-liner/PHP/shell-one-liner.php

3 lines
33 B
PHP

$ php -r 'echo "Hello\n";'
Hello