Mudface on 10 July 2008
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World");
}
}
It's just a basic program to print something on your screen- http://en.wikipedia.org/wiki/Hello_world_program







