Buffalo by Hex

class M\x0d
{\x0d
\x09static void Main()\x0d
\x09{\x0d
\x09\x09System.Console.Write("B! b! B! b! b! b! B! b!.".Replace("!","uffalo"));\x0d
\x09}\x0d
}

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

download

return to the top page