«Back to Home

Build And Architect Distributed Cloud Applications

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
35 2.9k 2.4k
Next » Welcome to the Architecting Distributed Cloud Applications