diff --git a/test.py b/test.py index e546122f2..b5b20ef0d 100755 --- a/test.py +++ b/test.py @@ -25,6 +25,7 @@ def main(): print "...and then it woke up to eat the living...." print "daylights" print "are brighter than nightlights" + print "I like vi" if __name__ == "__main__": main()