A Simple C Sharp Hello World Program

Sunday, 30 September 2012

Here is a simple C Sharp Hello World Coding


using System;
class hello
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World");
Console.ReadLine();
}


Share this article :

0 comments:

Speak up your mind

Tell us what you're thinking... !

Related Posts Plugin for WordPress, Blogger...
 
Support : Copyright © 2011. GL Entertaintment - All Rights Reserved
Proudly powered by Blogger