Today we will learn how to write C# Program
/* prog for simple namespace and comment */
using System;
class sample
{
public static void Main()
{
Console.WriteLine("this is my first program ");
}
}
/* prog for simple namespace and comment */
using System;
class sample
{
public static void Main()
{
Console.WriteLine("this is my first program ");
}
}
No comments:
Post a Comment