shell game EASY by Lost_dog

var a="1"
while(0<1){val b=readLine.replaceAll(a,"");if(b.size==1)a=b;println(a)}

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

download

return to the top page