Paste #28

1
2
3
4
5
def main():
  print 'Content-Type: text/plain\n\nhello!!(python-hello)'

if __name__ == "__main__":
  main()