From: Joshua Ballanco Date: 2007-06-03T02:35:02+09:00 Subject: Re: FizzBuzz (#126) > Actually, I've now got 65 character or 62 characters. The 62 character > version interprets the specification literally by printing "Fizz", > "Buzz" or > "FizzBuzz" *with* the double quotation marks :-) I'll match your 62, but I'm still thinking that some clever tricks might get it lower! sh-3.2$ wc fizzbuzz.rb 0 2 62 fizzbuzz.rb sh-3.2$ ruby fizzbuzz.rb | tail -11 "FizzBuzz" 91 92 "Fizz" 94 "Buzz" "Fizz" 97 98 "Fizz" "Buzz" -- Posted via http://www.ruby-forum.com/.