Wow by patchouli

{-#OPTIONS -fglasgow-exts#-}foreign import ccall"rand"r::IO Int;main=mapM(\_->do{i<-r;putChar.toEnum$32+i`mod`95})[1..765]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page