Every line starting with the '#' sign cause the following content to be ignored.
# ignored
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
# This is a comment on powershell.
# It will work on bash too.
#Single line comment
echo "hello world"