Thursday, July 15, 2010

C# code testing

0 comments
namespace ConsoleApplication1
{

class Program

{

static void Main(string[] args)

{

// Output text to the screen.

Console.WriteLine(“The first app in Beginning C# Programming!”);

Console.ReadKey();

}

}

}

0 comments:

Post a Comment