View Single Post
Light Poster
6Jun2010,16:27  
tech_girl's Avatar
Here is the code:

using System;
public class HelloWorld
{
public static void Main() {
Console.Write("Hello World!");
}
}