N.B : While doing the console you should be vigilent about the case...Because c# is case sensitive
using System;
namespace Hello
{
class world
{
static void Main()
{
Console.WriteLine("Hello World");
}
}
}
Sunday, March 2, 2008
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment