'''
Created on Feb 2, 2014

@author: Chris
'''


def main():
  print 'Jello!'


if __name__ == '__main__':
  print main.__name__