C# "Hello World" Program



User Rating:  / 0
PoorBest 
Details

Γράφοντας "Hello World" με C#

View source
 
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace ConsoleApplication6
{
    class Program
    {
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }
}
 


You have no rights to post comments

   

Login  

   

     

© Developerpages