C# Hello World Application

In this tutorial we will create our first Hello World application in C# using .NET Framework.

Program

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Hello_World
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World");
            Console.ReadLine();
        }
    }
}

 Edit

Comments

Popular posts from this blog

privacy policy for Odia Alphabet