Hi hello friends, here we are going to start with hello world program using C#.Net .
using system
namespace helloworld
{
class program
{
public static void Main()
{
Console.WriteLine(" Hello World ");
}
}
}
No comments: