old easter egg

Ronald Kuwawi ron4ld@pacific.net.au
Sat, 02 Dec 2000 08:08:56 +1100


open text editor, type
hash :: [Char] -> Int
hash = (foldl (+) 0) . (map ord)

save as hash.hs

load script, type:
hash "MSDOS 6.000"

or 

hash "SYSTEM 7.0"


:-)
Ronald