RosettaCodeData/Task/Shell-one-liner/PHP/shell-one-liner.php
2023-07-01 13:44:08 -04:00

2 lines
33 B
PHP

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