odd lines by inaniwa

i = 0\x0d
while s = STDIN.gets\x0d
  if i%2 == 0\x0d
    puts s\x0d
  end\x0d
  i = 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