Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ def ngokevin(shamelessadvertising):
# Check for XSS.
print '<script>alert("HAHAHA");</script>'
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?
Expand Down Expand Up @@ -424,6 +427,7 @@ def ngokevin(shamelessadvertising):
chris911()
doboy(doboy)
ngokevin('ngokevin.com')
bigdavecoding()

# as per instructed, please leave this as the final function
lafin()