Click to See Complete Forum and Search --> : basic C# code


nasser.al-hassiny
March 24th, 2010, 06:15 AM
hello

can any one
give me the basic C# code

HanneSThEGreaT
March 24th, 2010, 06:55 AM
For What :confused:

Arjay
March 24th, 2010, 12:58 PM
using System;

namespace CG
{
static class Program
{
/// <summary/>
[STAThread]
static void Main( )
{
Console.WriteLine( "Hello!" );
}
}
}

BigEd781
March 24th, 2010, 02:51 PM
Arjay can haz teh codez.