hello
can any one
give me the basic C# code
Printable View
hello
can any one
give me the basic C# code
For What :confused:
Code:using System;
namespace CG
{
staticclassProgram
{
///<summary/>
[STAThread]
staticvoid Main( )
{
Console.WriteLine( "Hello!" );
}
}
}
Arjay can haz teh codez.