By using this site, you agree to our Privacy Policy and our Terms of Use. Close

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