//Open the Visual C#
//click the new project
//console application
//type the name of project
using System;
using System.Collections.Generic;
using System.Text;
namespace MyFirstApplication
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
No comments:
Post a Comment