using System;
/// <summary>
/// This test has three exercises.
/// The requirements are described in the relevant summary section of each method or class.
/// You will need to complete the classes with the implementation.
///
/// Before starting this test, press the "Fork" button in the toolbar above and then press save.
/// The Program.Main method checks the output of each exercise by asserting the result against the expected output.
/// It will throw an Assert exception if the result is not the expected one.
/// Fork this fiddle and when you feel ready save and send share the link with.
/// You can create a dotnetfiddle account and use its Fork and Save features or just send an email at internship@maxcode.net with the complete implementation.
/// </summary>
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}