FIRST PROGRAM IN C#:
Let us begin by compilin and running the short and easy program.
using system;
class csharp
{
//c sharp program beging with the call to main()
Public static void Main()
{
Console.WriteLine("My First C# program");
}
}
FIRST PROGRAM IN C#:
Let us begin by compilin and running the short and easy program.
0 comments for this post