Answers for "bash script to print hello world"

0

hello world shell script

#!/bin/sh
# This is a comment!
echo Hello World        # This is a comment, too!
Posted by: Guest on June-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language