Riddle me this...

time to read 1 min | 61 words

What is the result of this piece of code?

application.Startup += delegate
{
    Console.WriteLine("will it");
    application.Startup += delegate
    {
        Console.WriteLine("work?");
    };
};

As usual, I am raffling a Rhino Mocks license among those who will answer correctly.