eval %w{ ARGF.each_char{|c| print(c.tr "A-Za-z", "N-ZA-Mn-za-m") } } * ""