#! /usr/bin/env python2

if __name__ == '__main__':
	print 'Hi there'
