Hello World

This will be our first program in C#.

Console.WriteLine("hello world");
Console.ReadLine();

That's it, press the F5 and see 'hello world'.