#!/usr/bin/python
if __name__=="__main__":
	print "test hello word!"
