#!/usr/bin/env python

import cgitb
cgitb.enable()

print("Content-Type;text/html;charset=utf-8")
print()
print("hello")
