#!/usr/koeki/bin/ruby # coding: euc-jp STDERR.print("¤Ê¤Þ¤¨: ") i = gets.chomp! for n in 0..i.length-1 printf("%x\n",i.slice(n)) end