Buffalo by flare

using System;\x0d
using System.Collections.Generic;\x0d
using System.Linq;\x0d
using System.Text;\x0d
\x0d
namespace Project_Euler\x0d
{\x0d
    class Program\x0d
    {\x0d
        static void Main(string[] args)\x0d
        {\x0d
Console.WriteLine("Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.");\x0d
}\x0d
}\x0d
}\x0d

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page