#!/usr/bin/env ruby $stdin.each_byte {|byte| printf byte.to_s(16) + " "}; puts