From 9f58ec26623efa5f7434e7fadde08998c2d65916 Mon Sep 17 00:00:00 2001 From: Eonfathom Date: Wed, 28 Oct 2015 00:22:35 -0700 Subject: [PATCH] quick addition to hello world to see if i'm on --- helloworld.py | 1 + 1 file changed, 1 insertion(+) 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:])