#!/usr/local/bin/ruby puts "UNGRAN".chars.map {|x| ((x.ord - ?A.ord + 13) % 26 + ?A.ord).chr }.join