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

Quiz Sharp #38

using System;

class Outer
{
  class Inner
  {
    static void Main()
    {
      Console.WriteLine("Inner");
      Console.Read();
    }
  }

  static void Main()
  {
    Console.WriteLine("Outer");
    Console.Read();
  }
}

Vi aspettate che:

  • A. scriva Inner a console;
  • B. scriva Outer a console;
  • C. non compili;
  • D. abbia fatto 200 post :-)

Ci vediamo domani ragazzi!

La canzone del giorno: Nick Cave & The Bad Seeds - "Babe, You Turn Me On" in cui dice:

Everything is collapsing, dear
All moral sense has gone
It's just history repeating itself
And babe, you turn me on

Print | posted on mercoledì 29 settembre 2004 19:43 | Filed Under [ Quiz Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET