December
24th,
2003
I always thought this was just pretty funky:
namespace System
{
class Object
{
}
class A
{
public static void Main()
{
System.Console.WriteLine("Hola");
}
}
}
Hint: If you haven't cought it yet, compile, then check the resulting code with ILDASM.