From: Mat Schaffer Date: 2007-03-03T12:05:10+09:00 Subject: Re: Smallest FizzBuzz program On Mar 2, 2007, at 4:50 PM, Brian Adkins wrote: > Interesting. For me, vim shows 56 bytes of actual code, but ls > shows 57 > bytes, so I assumed that included an EOF character. There is no > newline > in my file. You sure? If you do File.read(filename) in irb is there a \n at the end? -Mat