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
6 changes: 5 additions & 1 deletion socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,10 @@ def mapleray():

def romibuzi():
print "From Paris with love !"


def probablyjosh():
print "ogres are like onions"

def avalanchy():
print 'Hello from avalanchy'+(1**2>>3*4%5/6<<7+8-9)*'!'

Expand Down Expand Up @@ -1933,6 +1936,7 @@ def nikitachernov():
papachan()
akkatracker()
nikitachernov()
probablyjosh()
# If you add a call to your function here you will
# hit a merge conflict. Instead if you add your
# call some place random wihin the list or at the
Expand Down