Newer
Older
Ruby / kensaku.rb
#!/usr/bin/env ruby
# coding: utf-8

while line = gets
  if/^オ/=~ line
    print line
  end
end