I\'m studying C# by following the guides in MSDN.
Now, I just tried the Example 1 (here is the link to MSDN), and I\'ve encountered an i
The code is finished, to continue you need to add this:
Console.ReadLine();
or
Console.Read();