Hello World!

December 16, 2006

Hello World in C# language :D

using System;
class HelloWorld
{
public static int Main(String[] args)
{
Console.WriteLine(”Hello, World!”);
return 0;
}
}
 

0 comments

There are no comments yet...

Kick things off by filling out the form below.

Leave a Comment