Vigenère cipher: Difference between revisions

m
(Added Haskell entry.)
Line 366:
 
main = do
let key = "VIGENERECIPHER"
text = "Beware the Jabberwock, my son! The jaws that bite, "
++ "the claws that catch!"
Anonymous user