Please help me with the task: Open the window.

Hello, I’m working on this task:

Write a program that outputs the following text to the screen: “Open the window”.

Here is my code:


using System;

public static class OpenTheWindow
{
   public static void Main()
   {
       // Console.window

   }
}

Can anyone please help me to solve it?

1 Like