diff --git a/helloworld.py b/helloworld.py index c771217..631a0c2 100644 --- a/helloworld.py +++ b/helloworld.py @@ -7,6 +7,7 @@ import sys print "\nNEWS NOT NOISE!\n" +print "\nHello from Eonfathom.\n" print '\nNumber of arguments:', len(sys.argv[1:]), 'arguments.' print 'Argument List:', str(sys.argv[1:])