RosettaCodeData/Task/Hello-world-Text/UNIX-Shell/hello-world-text.sh

3 lines
30 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#!/bin/sh
echo "Hello world!"