Do it by inaniwa

i=0\x0d
while s=gets\x0d
  puts i%2==0?"1 2 3 4 5 6 Do it!!"[s.chomp.length,99]:"Miss..."\x0d
  i+=1\x0d
end\x0d

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

download

return to the top page