Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Sharp-lock Holmes

Il seguente snippet C#:

class D: A, B, C
{
  static void Main()
  {
    D d = new D();
  }
}

compila con:

csc /r:foo.dll test.cs

e stampa a console:

Ciao!

La dimensione dell'assembly foo.dll è molto piccola. Si chiede di ipotizzare quanto più possibile (senza reflection o tool) sul codice da cui è nata foo.dll.

Il test chiude martedì sera, le soluzioni via Contact.

Print | posted on giovedì 3 marzo 2005 11:08 | Filed Under [ Test Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET