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
Add The Read method to show the output.
Read
Console.WriteLine("Hello, World!"); Console.Read(); return 0;