On Sun, Mar 2, 2008 at 9:05 PM, Justin Ethier <justin.ethier / gmail.com> wrote: > Here's my solution: > > hello, world = "", 2645608968345021733469237830984 > (hello << (world % 256); world /= 256) until world == 0 > puts hello Nice. Todd