RosettaCodeData/Task/Literals-String/UNIX-Shell/literals-string-1.sh
2023-07-01 13:44:08 -04:00

2 lines
63 B
Bash

echo "The boy said 'hello'."
echo 'The girl said "hello" too.'