> > 2010/1/20 F B <[email protected]> > > hi.. >> i need a project that written by c# for my homework.it should be very >> professional.can u send for me the source code? >> tnx. >> > > Sure, no problem. Quine by Larry Croney, should be fine for you:
class c{static void Main(){string s="class c{{static void
Main(){{string
s={0}{10};System.Console.Write(s,(char)34,s);}}}}";System.Console.Write(s,(char)34,s);}}
Enjoy. :)
