«Back to Home

Oracle Jump Start

Topics

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
26 7.5k 4.5k