#!/usr/bin/python
###################################################################
# display hello world
###################################################################

print('Content-Type: text/html  \n');        #http response header 

print("Hello World!")