what is C# in basic and code
what is C# in basic and code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace HelloWorld
{
	public class Program
	{
		public static void Main(string[] args)
		{
			Console.WriteLine("Hello, World!");
		}
	}
}
                    Author
                
                
                        Divyansh Gupta
                        
                
                            15
                            8.1k
                            6.8k
                        
                    
