shell script sh

C++
#!/bin/sh
# This is a comment!
echo Hello World	# This is a comment, too!

Source

Also in C++: