14 lines
144 B

'''
Created on Feb 2, 2014
@author: Chris
'''
def main():
print 'Jello!'
if __name__ == '__main__':
print main.__name__