different letters parity by oerjan("proper")

f(c:l)=1-f[d|d<-l,d/=c];f""=0
m@main=getLine>>=print.f>>m

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

download

return to the top page