shell game EASY by notogawa

main=f '1'
f x=do s<-getLine;putStrLn[x#s];f$x#s
c#[a,b]|c==a=b|c==b=a|0<1=c

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

download

return to the top page