#!/usr/koeki/bin/ruby hello = "Hello" i = 0 while i < hello.length printf "%c вк %x\n", hello[i], hello[i] i += 1 end