Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#!

/bin/sh

# This is a hello world program in shell


# run with:
# sh ./hello-world-shell.txt

echo "Hello World"

You might also like