class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.ReadKey();
}
}
Something like that.
Good job!
Also, to everyone, be on the lookout for Programming Challenge #2! Should be posted either today or tomorrow, we'll start delving into a little bit more advanced stuff