From: "Sandor Szücs" Date: 2008-08-20T18:38:08+09:00 Subject: Re: Shortest Ruby crash #49 On 19.08.2008, at 21:44, Dave Thomas wrote: > On Aug 19, 2008, at 2:36 PM, Limo Driver wrote: > >> My contribution to the contest: >> >> 5**6**7 > > On 1.9, I get a number of 195,667 digits that starts 736 and ends 635. Really? With 1.9 and 1.8.7, I get a number that starts with the same and ends with 625. I hope it's just a typo. $ ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin8] $ ruby19 --version ruby 1.9.0 (2008-08-18 revision 0) [i386-darwin8.11.1] regards, Sandor Szücs --