Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Hello World

public class JoiningTheExodus
{
  public static void Main()
  {
    Console.WriteLine("Hello World!");
  }
}

2 Comments

Comments have been disabled for this content.