From 75d98ea73981cb1aed4617978fdac5d3522b231f Mon Sep 17 00:00:00 2001 From: David Cheung Date: Mon, 22 Apr 2013 00:50:31 -0400 Subject: [PATCH 1/2] bigdavecoding's function --- socode.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/socode.py b/socode.py index 8bcc989..12f7310 100755 --- a/socode.py +++ b/socode.py @@ -379,6 +379,9 @@ def ngokevin(shamelessadvertising): # Check for XSS. print '' import antigravity + +def bigdavecoding(): + print "It was Smerdyakov!!!!!" if __name__ == "__main__": heinzf() # this thing makes it hard to make sure stuff works, doesn't it? From 071eb526d88b37928069f69543a525b385dbbb5d Mon Sep 17 00:00:00 2001 From: David Cheung Date: Mon, 22 Apr 2013 00:52:12 -0400 Subject: [PATCH 2/2] bigdavecoding function call added --- socode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/socode.py b/socode.py index 12f7310..1025f73 100755 --- a/socode.py +++ b/socode.py @@ -427,6 +427,7 @@ def bigdavecoding(): chris911() doboy(doboy) ngokevin('ngokevin.com') + bigdavecoding() # as per instructed, please leave this as the final function lafin()