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
36 3k 3.3k
Next » null