Python



examples/linux/hello_world.py
#!/usr/bin/env python

print "Hello World"

$ python hello_world.py
$ chmod u+x hello_world.py
$ ./hello_world.py