From: Todd Benson Date: 2008-03-04T04:42:08+09:00 Subject: Re: [QUIZ] Hello, world? (#158) On Sun, Mar 2, 2008 at 9:05 PM, Justin Ethier wrote: > Here's my solution: > > hello, world = "", 2645608968345021733469237830984 > (hello << (world % 256); world /= 256) until world == 0 > puts hello Nice. Todd