Inverse Quine by cojna

main=do x<-readFile"test.hs";putStr[c|c<-['\0'..'\127'],all(c/=)x]

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

download

return to the top page