hello world c# csharp console project

 

 hello world c# csharp console project



 

 

using System;

 

namespace helloCsharp

{

    class Program

    {

        static void Main(string[] args)

        {

 

            Console.WriteLine("hello CSharp");

            Console.ReadKey();

 

        }

    }

}

 

 


 

 

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel