diff --git a/helloWorld.py b/helloWorld.py index 2cae130..5279ce8 100755 --- a/helloWorld.py +++ b/helloWorld.py @@ -2,3 +2,6 @@ print "Hello World" print "Modified by Andrew!!" print "Yet more printing, plus hardcore forking action" + +if(thisIsABug): + print "Exiting Now"