Name: Anonymous 2009-10-03 14:35
How many differences there are between Haskell and Visual Basic?
haskellName = "Haskell"
vbName = "Visual Basic"
numberOfDifferences = 0
while True:
haskellName += "j"
vbName += "j"
if haskell != vbName:
numberOfDifferences++
print numberOfDifferences