Testing

This program has been disqualified.


AuthorEvil
Submission date2012-04-28 00:08:44.103929
Rating507
Matches played67
Win rate0.0

Source code:

class evil(object):
 def __ne__(self, other):
  return 0
 def __eq__(self, other):
  return 1

output = evil()