Hello World

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

2 Comments

Comments have been disabled for this content.