have you made it executable?uh uh, it works as shown
chmod +x helloworld
you will need to quote your message as <space> is the bash delimter, ie after World in your line it thinks you are finished the echo command.
echo "Hello World"
; means the next command doesn't it?
