Please help me with the task: Enter the programming world.

Hello, I’m working on this task:

Using Console.WriteLine command, write a program that outputs to the screen: “Enter the programming world!” Pay attention to upper and lower case letters in Console.WriteLine(…) Size matters!
You should also make sure that spelling of the text is exactly the same as it is in the task description.

Here is my code:


public static class HelloWorld
{
   public static void Main()
   {
       Console.WriteLine("Paste text here. Don't forget to leave the quotes.");
   }
}

Can anyone please help me to solve it?